@@ -113,7 +113,6 @@
const meshes = [];
const renderTarget = new THREE.WebGLRenderTarget();
- renderTarget.type = THREE.UnsignedByteType;
renderTarget.depthTexture = new THREE.DepthTexture();
renderTarget.depthTexture.type = THREE.FloatType;