|
@@ -21,7 +21,7 @@ import { Color } from '../math/Color.js';
|
|
|
*
|
|
|
* alphaMap: new THREE.Texture( <Image> ),
|
|
|
*
|
|
|
- * envMap: new THREE.TextureCube( [posx, negx, posy, negy, posz, negz] ),
|
|
|
+ * envMap: new THREE.CubeTexture( [posx, negx, posy, negy, posz, negz] ),
|
|
|
* combine: THREE.Multiply,
|
|
|
* reflectivity: <float>,
|
|
|
* refractionRatio: <float>,
|