TehLeo
TehLeo
Yes, but those ext I think do not say they support 3D texture compression.
Well did you read the above link well? ``` Since the S3TC texture compression algorithm supports only 2D images, CompressedTexSubImage1DARB and CompressedTexSubImage3DARB produce an INVALID_ENUM error if is an S3TC...
I would't raise an exception if they are supported. I'd add a check to see if they are supported and only if they are not I would throw an exception.
I test the one here: https://sites.google.com/a/cgspeed.com/cgspeed/motion-capture/3dsmax-friendly-release-of-cmu-motion-database Namely: Zip file for BVH directories 01-09 These files have both "Zrotation Yrotation Xrotation" and "Zrotation Xrotation Yrotation" within the same file.
I was testing on the animations 09_**.bvh... eg 09_10.bvh
Let me make sure we are on the same page. I ran **TestBVHAnimation.java** for file 09_10.bvh obtained from cgspeed **3ds Max friendly version**. I produced an image showing the results...
Thank you, well... to answer your question. Once, uploaded to maven you can't really change the code, but post another version. Before that, I'd like to clean up the code...