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. |
type |
The texture type. |
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.