Exemplo n.º 1
0
 public VertexRenderer(float size, DRAW_ORIENTATION orientation)
 {
     Size        = size;
     Orientation = DRAW_ORIENTATION.XY;
 }
Exemplo n.º 2
0
 public SegmentRenderer(LINE_MODE lineMode, DRAW_ORIENTATION orientation)
 {
     LineMode    = LINE_MODE.LINES;
     Orientation = DRAW_ORIENTATION.XY;
 }