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