BrawlCrate v0.41
Wii File Editor
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
BrawlLib.Modeling.Triangle_Converter.Primitive Class Reference

Public Member Functions

 Primitive (PrimType type)
 

Public Attributes

List< ushort > NodeIDs
 
List< uint > Indices
 
PrimType Type
 

Constructor & Destructor Documentation

◆ Primitive()

BrawlLib.Modeling.Triangle_Converter.Primitive.Primitive ( PrimType  type)
inline
21 {
22 Type = type;
23 Indices = new List<uint>();
24 NodeIDs = new List<ushort>();
25 }
List< ushort > NodeIDs
Definition: TriStripper.cs:27
List< uint > Indices
Definition: TriStripper.cs:28
PrimType Type
Definition: TriStripper.cs:29

Member Data Documentation

◆ Indices

List<uint> BrawlLib.Modeling.Triangle_Converter.Primitive.Indices

◆ NodeIDs

List<ushort> BrawlLib.Modeling.Triangle_Converter.Primitive.NodeIDs

◆ Type

PrimType BrawlLib.Modeling.Triangle_Converter.Primitive.Type

The documentation for this class was generated from the following file: