Exemplo n.º 1
0
 static void EnableCull(RenderContext rs)
 {
     rs.Cull = true;
 }
 public void StartFrame(ICamera cam, RenderContext rs)
 {
     camera       = cam;
     rstate       = rs;
     lineVertices = 0;
 }
 static void BandShaderCleanup(RenderContext context)
 {
     context.Cull = true;
 }