-
Notifications
You must be signed in to change notification settings - Fork 0
class_cubemap
reduz edited this page Feb 23, 2014
·
9 revisions
Inherits: Resource\n\n
- int ** get_width ** ( ) const
- int ** get_height ** ( ) const
- RID ** get_rid ** ( ) const
- void ** set_flags ** ( int flags )
- int ** get_flags ** ( ) const
- void ** set_side ** ( int side, Image image )
- Image ** get_side ** ( int side ) const
- void ** set_storage ** ( int mode )
- int ** get_storage ** ( ) const
- void ** set_lossy_storage_quality ** ( real quality )
- real ** get_lossy_storage_quality ** ( ) const
- STORAGE_RAW = 0
- STORAGE_COMPRESS_LOSSY = 1
- STORAGE_COMPRESS_LOSSLESS = 2
- SIDE_LEFT = 0
- SIDE_RIGHT = 1
- SIDE_BOTTOM = 2
- SIDE_TOP = 3
- SIDE_FRONT = 4
- SIDE_BACK = 5
- FLAG_MIPMAPS = 1
- FLAG_REPEAT = 2
- FLAG_FILTER = 4
- FLAGS_DEFAULT = 7