Enum Stamp
Data scope of the double array for Drawing.
public enum Stamp
- Extension Methods
Fields
CNV = 3Points data in sequence of Color(3), Normal(3), Vertex(3), repetitively.
CV = 2Points data in sequence of Color(3), Vertex(3), repetitively.
NV = 1Points data in sequence of Normal(3), Vertex(3), repetitively.
PCNV = 7Points data in sequence of Pick(1), Color(3), Normal(3), Vertex(3), repetitively.
PCV = 6Points data in sequence of Pick(1), Color(3), Vertex(3), repetitively.
PNV = 5Points data in sequence of Pick(1), Normal(3), Vertex(3), repetitively.
PV = 4Points data in sequence of Pick(1), Vertex(3), repetitively.
V = 0Points data in sequence of Vertex(3), repetitively.