Exemple #1
0
		public BatchItem ()
		{
			vctTL = new VertexColorTexture();
			vctTR = new VertexColorTexture();
			vctBL = new VertexColorTexture();
			vctBR = new VertexColorTexture();
		}
Exemple #2
0
 public BatchItem()
 {
     vctTL = new VertexColorTexture();
     vctTR = new VertexColorTexture();
     vctBL = new VertexColorTexture();
     vctBR = new VertexColorTexture();
 }
 public BatchItem()
 {
     vctTL     = new VertexColorTexture();
     vctTR     = new VertexColorTexture();
     vctBL     = new VertexColorTexture();
     vctBR     = new VertexColorTexture();
     TextureID = 0;
     Depth     = 0;
 }