Exemplo n.º 1
0
 public ThreeDcTexture(String textureName, ByteBuffer[] byteBuffers, ThreeDcFormat threeDcFormat) {
   super(textureName, byteBuffers);
   setCompressionType(CompressionType.THREEDC);
   setThreeDcFormat(threeDcFormat);
 }
Exemplo n.º 2
0
 public ThreeDcTexture(ThreeDcTexture other) {
   super(other);
   setThreeDcFormat(other.getThreeDcFormat());
 }