Skip to content

Commit 67c7cab

Browse files
committed
chore: cred
1 parent 2d550cd commit 67c7cab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/Instances.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ export const Merged: ForwardRefComponent<any, THREE.Group> = /* @__PURE__ */ Rea
265265
}
266266
)
267267

268+
/** Idea and implementation for global instances and instanced attributes by
269+
/* Matias Gonzalez Fernandez https://x.com/matiNotFound
270+
/* and Paul Henschel https://x.com/0xca0a
271+
*/
268272
export function createInstances() {
269273
const context = React.createContext<Api>(null!)
270274
return [

0 commit comments

Comments
 (0)