Constructor
new CompressedCubeTexture( images : Array.<CompressedTexture>, format : number, type : number )
Constructs a new compressed texture.
| images |
An array of compressed textures. |
| format |
The texture format. Default is |
| type |
The texture type. Default is |
Properties
.isCompressedCubeTexture : boolean (readonly)
This flag can be used for type testing.
Default is true.
.isCubeTexture : boolean (readonly)
This flag can be used for type testing.
Default is true.