Ejemplo n.º 1
0
 public void Render(I3DCamera c)
 {
     for (int idx = 0; idx < Surfaces.Length; idx++)
     {
         Surfaces[idx].Render(c);
     }
 }
Ejemplo n.º 2
0
 public void Render(I3DCamera c)
 {
     c.DrawLine(this);
 }
Ejemplo n.º 3
0
 public void Render(I3DCamera c)
 {
     c.DrawSurface(this);
 }
Ejemplo n.º 4
0
 public void Render(I3DCamera c)
 {
     //c.DrawPoint(this);
 }