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