From e0b2a74a14ab0ecb673d5969b9fd2b9e8269db84 Mon Sep 17 00:00:00 2001 From: Nathan Warden Date: Tue, 24 Oct 2017 08:53:53 -0500 Subject: [DOCS] CubeMap --- doc/classes/CubeMap.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/classes/CubeMap.xml b/doc/classes/CubeMap.xml index 5626554193..b173bba3c6 100644 --- a/doc/classes/CubeMap.xml +++ b/doc/classes/CubeMap.xml @@ -1,8 +1,10 @@ + A CubeMap is a 6 sided 3D texture. + A CubeMap is 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. @@ -19,6 +21,7 @@ + Returns the CubeMap's height. @@ -33,6 +36,7 @@ + Returns an [Image] for a side of the CubeMap using one of the [code]SIDE_*[/code] constants or an integer 0-5. @@ -45,6 +49,7 @@ + Returns the CubeMap's width. @@ -71,6 +76,7 @@ + Sets an [Image] for a side of the CubeMap using one of the [code]SIDE_*[/code] constants or an integer 0-5. @@ -84,8 +90,10 @@ + The lossy storage quality of the CubeMap if the storage mode is set to STORAGE_COMPRESS_LOSSY. + The CubeMap's storage mode. See [code]STORAGE_*[/code] constants. -- cgit v1.2.3