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