A CubeMap is a 6 sided 3D texture. A 6-sided 3D texture typically used for faking reflections. It can be used to make an object look as if it's reflecting its surroundings. This usually delivers much better performance than other reflection methods. Returns the render flags for the [code]CubeMap[/code]. See the [code]FLAG_*[/code] constants for details. Returns the [code]CubeMap[/code]'s height. Returns an [Image] for a side of the [code]CubeMap[/code] using one of the [code]SIDE_*[/code] constants or an integer 0-5. Returns the [code]CubeMap[/code]'s width. Returns the render flags for the [code]CubeMap[/code]. See the [code]FLAG_*[/code] constants for details. Sets an [Image] for a side of the [code]CubeMap[/code] using one of the [code]SIDE_*[/code] constants or an integer 0-5. The lossy storage quality of the [code]CubeMap[/code] if the storage mode is set to STORAGE_COMPRESS_LOSSY. The [code]CubeMap[/code]'s storage mode. See [code]STORAGE_*[/code] constants. Store the [code]CubeMap[/code] without any compression. Store the [code]CubeMap[/code] with strong compression that reduces image quality. Store the [code]CubeMap[/code] with moderate compression that doesn't reduce image quality. Identifier for the left face of the [code]CubeMap[/code]. Identifier for the right face of the [code]CubeMap[/code]. Identifier for the bottom face of the [code]CubeMap[/code]. Identifier for the top face of the [code]CubeMap[/code]. Identifier for the front face of the [code]CubeMap[/code]. Identifier for the back face of the [code]CubeMap[/code]. Generate mipmaps, to enable smooth zooming out of the texture. Repeat (instead of clamp to edge). Turn on magnifying filter, to enable smooth zooming in of the texture. Default flags. Generate mipmaps, repeat, and filter are enabled.