Exemplo n.º 1
0
		public BatchItem ()
		{
			vctTL = new VertexColorTexture();
			vctTR = new VertexColorTexture();
			vctBL = new VertexColorTexture();
			vctBR = new VertexColorTexture();
		}
Exemplo n.º 2
0
 public BatchItem()
 {
     vctTL = new VertexColorTexture();
     vctTR = new VertexColorTexture();
     vctBL = new VertexColorTexture();
     vctBR = new VertexColorTexture();
 }
Exemplo n.º 3
0
 public BatchItem()
 {
     vctTL     = new VertexColorTexture();
     vctTR     = new VertexColorTexture();
     vctBL     = new VertexColorTexture();
     vctBR     = new VertexColorTexture();
     TextureID = 0;
     Depth     = 0;
 }