Преглед на файлове

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

Mugen87 преди 5 години
родител
ревизия
c526aac356
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      examples/webgl_materials_envmaps_exr.html

+ 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;