We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f86315 + c438409 commit b1c1131Copy full SHA for b1c1131
src/objects/InstancedMesh.js
@@ -20,6 +20,8 @@ function InstancedMesh( geometry, material, count ) {
20
21
this.count = count;
22
23
+ this.frustumCulled = false;
24
+
25
}
26
27
InstancedMesh.prototype = Object.assign( Object.create( Mesh.prototype ), {
0 commit comments