generates a profile for extrusion
More...
|
| | Profile () |
| |
| | Profile (int sides, float profileStart, float profileEnd, float hollow, int hollowSides, bool createFaces, bool calcVertexNormals) |
| |
| void | MakeFaceUVs () |
| |
| Profile | Copy () |
| |
| Profile | Copy (bool needFaces) |
| |
| void | AddPos (Coord v) |
| |
| void | AddPos (float x, float y, float z) |
| |
| void | AddRot (Quat q) |
| |
| void | Scale (float x, float y) |
| |
| void | FlipNormals () |
| | Changes order of the vertex indices and negates the center vertex normal. Does not alter vertex normals of radial vertices More...
|
| |
| void | AddValue2FaceVertexIndices (int num) |
| |
| void | AddValue2FaceNormalIndices (int num) |
| |
| void | DumpRaw (String path, String name, String title) |
| |
| | Profile () |
| |
| | Profile (int sides, float profileStart, float profileEnd, float hollow, int hollowSides, bool hasProfileCut, bool createFaces) |
| |
| Profile | Copy () |
| |
| Profile | Copy (bool needFaces) |
| |
| void | AddPos (Coord v) |
| |
| void | AddPos (float x, float y, float z) |
| |
| void | AddRot (Quat q) |
| |
| void | Scale (float x, float y) |
| |
| void | FlipNormals () |
| | Changes order of the vertex indices and negates the center vertex normal. Does not alter vertex normals of radial vertices More...
|
| |
| void | AddValue2FaceVertexIndices (int num) |
| |
| void | DumpRaw (String path, String name, String title) |
| |
generates a profile for extrusion
Definition at line 613 of file PrimMesher.cs.
| PrimMesher.Profile.Profile |
( |
| ) |
|
|
inline |
| PrimMesher.Profile.Profile |
( |
int |
sides, |
|
|
float |
profileStart, |
|
|
float |
profileEnd, |
|
|
float |
hollow, |
|
|
int |
hollowSides, |
|
|
bool |
createFaces, |
|
|
bool |
calcVertexNormals |
|
) |
| |
|
inline |
| PrimMesher.Profile.Profile |
( |
| ) |
|
|
inline |
| PrimMesher.Profile.Profile |
( |
int |
sides, |
|
|
float |
profileStart, |
|
|
float |
profileEnd, |
|
|
float |
hollow, |
|
|
int |
hollowSides, |
|
|
bool |
hasProfileCut, |
|
|
bool |
createFaces |
|
) |
| |
|
inline |
| void PrimMesher.Profile.AddPos |
( |
Coord |
v | ) |
|
|
inline |
| void PrimMesher.Profile.AddPos |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
|
inline |
| void PrimMesher.Profile.AddPos |
( |
Coord |
v | ) |
|
|
inline |
| void PrimMesher.Profile.AddPos |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
|
inline |
| void PrimMesher.Profile.AddRot |
( |
Quat |
q | ) |
|
|
inline |
| void PrimMesher.Profile.AddRot |
( |
Quat |
q | ) |
|
|
inline |
| void PrimMesher.Profile.AddValue2FaceNormalIndices |
( |
int |
num | ) |
|
|
inline |
| void PrimMesher.Profile.AddValue2FaceVertexIndices |
( |
int |
num | ) |
|
|
inline |
| void PrimMesher.Profile.AddValue2FaceVertexIndices |
( |
int |
num | ) |
|
|
inline |
| Profile PrimMesher.Profile.Copy |
( |
| ) |
|
|
inline |
| Profile PrimMesher.Profile.Copy |
( |
bool |
needFaces | ) |
|
|
inline |
| Profile PrimMesher.Profile.Copy |
( |
| ) |
|
|
inline |
| Profile PrimMesher.Profile.Copy |
( |
bool |
needFaces | ) |
|
|
inline |
| void PrimMesher.Profile.DumpRaw |
( |
String |
path, |
|
|
String |
name, |
|
|
String |
title |
|
) |
| |
|
inline |
| void PrimMesher.Profile.DumpRaw |
( |
String |
path, |
|
|
String |
name, |
|
|
String |
title |
|
) |
| |
|
inline |
| void PrimMesher.Profile.FlipNormals |
( |
| ) |
|
|
inline |
Changes order of the vertex indices and negates the center vertex normal. Does not alter vertex normals of radial vertices
Definition at line 886 of file PrimMesher.cs.
| void PrimMesher.Profile.FlipNormals |
( |
| ) |
|
|
inline |
Changes order of the vertex indices and negates the center vertex normal. Does not alter vertex normals of radial vertices
Definition at line 1134 of file PrimMesher.cs.
| void PrimMesher.Profile.MakeFaceUVs |
( |
| ) |
|
|
inline |
| void PrimMesher.Profile.Scale |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
|
inline |
| void PrimMesher.Profile.Scale |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
|
inline |
| int PrimMesher.Profile.bottomFaceNumber = 0 |
| bool PrimMesher.Profile.calcVertexNormals = false |
| List< Coord > PrimMesher.Profile.coords |
| List<int> PrimMesher.Profile.cut1CoordIndices = null |
| List<int> PrimMesher.Profile.cut2CoordIndices = null |
| string PrimMesher.Profile.errorMessage = null |
| Coord PrimMesher.Profile.faceNormal = new Coord(0.0f, 0.0f, 1.0f) |
| List<int> PrimMesher.Profile.faceNumbers |
| List< Face > PrimMesher.Profile.faces |
| List<UVCoord> PrimMesher.Profile.faceUVs |
| List< int > PrimMesher.Profile.hollowCoordIndices = null |
| int PrimMesher.Profile.hollowFaceNumber = -1 |
| int PrimMesher.Profile.numHollowVerts = 0 |
| int PrimMesher.Profile.numOuterVerts = 0 |
| int PrimMesher.Profile.numPrimFaces = 0 |
| List< int > PrimMesher.Profile.outerCoordIndices = null |
| int PrimMesher.Profile.outerFaceNumber = -1 |
| List<float> PrimMesher.Profile.us |
| List<Coord> PrimMesher.Profile.vertexNormals |
The documentation for this class was generated from the following file: