Browse Source

GLTFLoader: Do no disable frustum culling for InstancedMesh. (#25623)

Michael Herzog 2 years ago
parent
commit
2f650da97e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/jsm/loaders/GLTFLoader.js

+ 0 - 2
examples/jsm/loaders/GLTFLoader.js

@@ -1618,8 +1618,6 @@ class GLTFMeshGpuInstancing {
 				// Just in case
 				Object3D.prototype.copy.call( instancedMesh, mesh );
 
-				// https://github.com/mrdoob/three.js/issues/18334
-				instancedMesh.frustumCulled = false;
 				this.parser.assignFinalMaterial( instancedMesh );
 
 				instancedMeshes.push( instancedMesh );