Z.CullFaces
enum CullFaces { "inherit", "back", "front", "both", "none" } 3D rendering hardware can optionally skip drawing (cull) each face in a 3D object depending on the order in which the vertices of that face are specified.
enum CullFaces { "inherit", "back", "front", "both", "none" } 3D rendering hardware can optionally skip drawing (cull) each face in a 3D object depending on the order in which the vertices of that face are specified.
enum Mipmap { "none", "fast", "best" } The mipmapping mode for textures.
enum Shape { "cube", "sphere", "cylinder", "xy_square", "xy_circle", "none" } The shape that the TriggerRegion takes. Member List Member Description cube A cube with dimensions of [-1,-1,-1] to [1,1,1]. sphere A sphere with a radius of 1.