CG Framework 0.1
Chloroplast Games Framework
Dest.Modeling.Tube Class Reference
+ Inheritance diagram for Dest.Modeling.Tube:

Public Member Functions

override void CreateMesh ()
 
abstract void CreateMesh ()
 

Public Attributes

float OuterRadius = .5f
 
float InnerRadius = .4f
 
float Height = 2f
 
int Sides = 30
 
bool GenerateNormals = true
 
bool GenerateUVs = true
 
- Public Attributes inherited from Dest.Modeling.PrimitiveBase
Mesh GeneratedMesh
 

Member Function Documentation

◆ CreateMesh()

override void Dest.Modeling.Tube.CreateMesh ( )
virtual

Member Data Documentation

◆ GenerateNormals

bool Dest.Modeling.Tube.GenerateNormals = true

◆ GenerateUVs

bool Dest.Modeling.Tube.GenerateUVs = true

◆ Height

float Dest.Modeling.Tube.Height = 2f

◆ InnerRadius

float Dest.Modeling.Tube.InnerRadius = .4f

◆ OuterRadius

float Dest.Modeling.Tube.OuterRadius = .5f

◆ Sides

int Dest.Modeling.Tube.Sides = 30

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