Skip to main content

Meta_VertexPrim

Module: Metanodes / Definitions

A VertexPrim specifies a range of vertices in Meta_VertexAttrib siblings to render from, requiring this data to be in primitive order (and possibly duplicated) More...

#include <meta_importables.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Prim, Idx_Count, Idx_Start }
Property index.

Detailed Description

struct Meta_VertexPrim;

A VertexPrim specifies a range of vertices in Meta_VertexAttrib siblings to render from, requiring this data to be in primitive order (and possibly duplicated)

See Meta_IndexPrim for a list of supported prim type names.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - When enabled, this primitive is drawn by the mesh
Idx_Primstring - Primitive type
Idx_Countint - The number of primitives to draw from the array
Idx_Startint - The index of the vertex to start drawing from

Property index.