@@ -22,7 +22,7 @@ class HDRCubeTextureLoader extends Loader {
super( manager );
this.hdrLoader = new RGBELoader();
- this.type = UnsignedByteType;
+ this.type = FloatType;
}
@@ -21,7 +21,7 @@ class RGBELoader extends DataTextureLoader {