Skip to main content

Meta_GeoGroup

Module: Metanodes / Definitions

A GeoGroup contains a collection of polygons which share a single material. It may contain multiple Meta_Mesh nodes.

#include <meta_importables.hpp>

Public Types

TypeName
enumCullFace { CullFace_None = 1, CullFace_Front = 1028, CullFace_Back = 1029 }
Values for Idx_CullFace.
enumDrawMode { DrawMode_Points = 6912, DrawMode_Lines = 6913, DrawMode_Solid = 6914 }
Values for Idx_DrawMode.
enumIDX { Idx_Enabled, Idx_Material, Idx_CullFace, Idx_LockMaterial, Idx_DrawMode, Idx_BakedLighting, Idx_ShadowCaster, Idx_IgnoreCoverageLOD }
Property index.

Public Types Documentation

enum CullFace

EnumeratorValueDescription
CullFace_None1Disable face culling (Symbols - C: "CullFaceNone", Lua: __GeoGroup_CullFaceNone)
CullFace_Front1028Cull front faces (Symbols - C: "CullFaceFront", Lua: __GeoGroup_CullFaceFront)
CullFace_Back1029Cull back faces (Symbols - C: "CullFaceBack", Lua: __GeoGroup_CullFaceBack)

Values for Idx_CullFace.

enum DrawMode

EnumeratorValueDescription
DrawMode_Points6912Draw as points (Symbols - C: "DrawModePoints", Lua: __GeoGroup_DrawModePoints)
DrawMode_Lines6913Draw as lines (Symbols - C: "DrawModeLines", Lua: __GeoGroup_DrawModeLines)
DrawMode_Solid6914Draw as triangles (Symbols - C: "DrawModeSolid", Lua: __GeoGroup_DrawModeSolid)

Values for Idx_DrawMode.

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - When enabled, mesh children are drawn
Idx_Materiallink - The material to draw the meshes with (Meta_StdMaterial, Meta_GUIMaterial, Meta_WaterMaterial)
Idx_CullFaceCullFace (int) - How to cull the mesh faces
Idx_LockMaterialbool - When enabled, material overrides from Meta_Visual are ignored
Idx_DrawModeDrawMode (int) - How to draw the meshes
Idx_BakedLightingbool - When enabled, meshes are not affected by scene lighting
Idx_ShadowCasterbool - When enabled, the meshes cast shadows
Idx_IgnoreCoverageLODbool - When enabled, the meshes render regardless of whether or not the scene coverage LOD controls are enabled

Property index.