Class TrivialRectGenerator
Inheritance
TrivialRectGenerator
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class TrivialRectGenerator : MeshGenerator
Fields
Height
Declaration
Field Value
IndicesMap
How to map 2D indices to 3D. Default is (x,0,z). Set this value to (1,2) if you want (x,y,0).
Set values to negative to mirror on that axis.
Declaration
public Index2i IndicesMap
Field Value
Normal
Declaration
Field Value
UVMode
Declaration
public TrivialRectGenerator.UVModes UVMode
Field Value
Width
Declaration
Field Value
Methods
Generate()
Declaration
public override MeshGenerator Generate()
Returns
Overrides
make_vertex(Single, Single)
Declaration
protected virtual Vector3d make_vertex(float x, float y)
Parameters
Returns