2
0
Эх сурвалжийг харах

Examples: Change from HalfFloat to Float in envMap EXR demo.

Mugen87 5 жил өмнө
parent
commit
c526aac356

+ 1 - 1
examples/webgl_materials_envmaps_exr.html

@@ -74,7 +74,7 @@
 				scene.add( planeMesh );
 
 				new EXRLoader()
-					.setDataType( THREE.HalfFloatType )
+					.setDataType( THREE.FloatType )
 					.load( 'textures/piz_compressed.exr', function ( texture ) {
 
 						texture.minFilter = THREE.NearestFilter;