Class MeshDataBuilder
Inheritance
System.Object
MeshDataBuilder
Assembly: Aximo.Render.dll
Syntax
public static class MeshDataBuilder
Methods
|
Improve this Doc
View Source
CrossLine()
Declaration
public static Mesh CrossLine()
Returns
|
Improve this Doc
View Source
Cube()
Declaration
public static Mesh Cube()
Returns
|
Improve this Doc
View Source
DebugCube()
Declaration
public static Mesh DebugCube()
Returns
|
Improve this Doc
View Source
Grid(Int32, Boolean)
Declaration
public static Mesh Grid(int size, bool center)
Parameters
Type |
Name |
Description |
System.Int32 |
size |
|
System.Boolean |
center |
|
Returns
|
Improve this Doc
View Source
Declaration
public static Mesh Line(Vector3 start, Vector3 end, Vector4 colorStart, Vector4 colorEnd)
Parameters
Type |
Name |
Description |
OpenToolkit.Mathematics.Vector3 |
start |
|
OpenToolkit.Mathematics.Vector3 |
end |
|
OpenToolkit.Mathematics.Vector4 |
colorStart |
|
OpenToolkit.Mathematics.Vector4 |
colorEnd |
|
Returns
|
Improve this Doc
View Source
NDCQuadInvertedUV()
Declaration
public static Mesh NDCQuadInvertedUV()
Returns