Example #1
0
 protected Texture()
 {
     Format = Three.Net.Renderers.PixelFormat.RGBA;
     Type   = Renderers.PixelType.UnsignedByte;
 }
Example #2
0
 protected Texture()
 {
     Format = Three.Net.Renderers.PixelFormat.RGBA;
     Type = Renderers.PixelType.UnsignedByte;
 }