C# Class PyramidMaker

Inheritance: EditorWindow
Datei anzeigen Open project: nobnak/VolumetricShadow Class Usage Examples

Private Methods

Method Description
AppendTriangle ( StreamWriter writer, int vx, int vy, int vz ) : void
AppendTriangle ( StreamWriter writer, int vx, int vy, int vz, int tx, int ty, int tz ) : void
AppendUV ( StreamWriter writer, float u, float v ) : void
AppendVertex ( StreamWriter writer, float x, float y, float z ) : void
Build ( int size, string directoryname ) : void
Init ( ) : void
OnGUI ( ) : void
Write ( int size, StreamWriter writer ) : void