Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.51 KB

class_cubemap.md

File metadata and controls

36 lines (31 loc) · 1.51 KB

CubeMap

####Inherits: Resource ####Category: Core

Brief Description

Member Functions

Numeric Constants

  • 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

Member Function Description