2
0
Mugen87 6 жил өмнө
parent
commit
a6b46d9c5d

+ 1 - 1
examples/webgl_materials_clearcoat_normalmap.html

@@ -58,7 +58,7 @@
 			scene.add( group );
 
 			new HDRCubeTextureLoader()
-				.setType( THREE.UnsignedByteType )
+				.setDataType( THREE.UnsignedByteType )
 				.setPath( './textures/cube/pisaHDR/' )
 				.load( [ 'px.hdr', 'nx.hdr', 'py.hdr', 'ny.hdr', 'pz.hdr', 'nz.hdr' ],
 					function ( hdrCubeMap ) {