|
@@ -145,7 +145,7 @@ export class CubeTexture extends BaseTexture {
|
|
|
* Creates a cube texture to use with reflection for instance. It can be based upon dds or six images as well
|
|
|
* as prefiltered data.
|
|
|
* @param rootUrl defines the url of the texture or the root name of the six images
|
|
|
- * @param scene defines the scene the texture is attached to
|
|
|
+ * @param null defines the scene or engine the texture is attached to
|
|
|
* @param extensions defines the suffixes add to the picture name in case six images are in use like _px.jpg...
|
|
|
* @param noMipmap defines if mipmaps should be created or not
|
|
|
* @param files defines the six files to load for the different faces in that order: px, py, pz, nx, ny, nz
|