We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55438e4 commit 1f1b7eeCopy full SHA for 1f1b7ee
1 file changed
src/core/InstancedMesh2.webgpu.ts
@@ -53,7 +53,7 @@ export function extendInstancedMesh2PrototypeWebGPU(): void {
53
}
54
// Set the node for instance matrix in the material
55
if (this._currentMaterial) {
56
- (this._currentMaterial as any).matricesTexture = getInstancedMatrix(uniform(this.matricesTexture));
+ (this._currentMaterial as any).positionNode = getInstancedMatrix(uniform(this.matricesTexture));
57
58
};
59
0 commit comments