Replies: 2 comments
-
Hi Chris, most of these compression schemes are designed primarily for reducing the size of float attributes (as opposed to double attributes), so I would recommend trying with Vec3S attributes. Otherwise, it might be helpful to see the error you’re running into? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not sure why they were using a Vec3R. I got it working with a nullcodec and found a few weird headers that had a typo. I'll see if their stuff works with the Vec3S and a actual codec. Thanks so much. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have some 3rd party code that I'm trying to debug.
It has ALMOST exactly the points cookbook code except it uses vec3R instead of float.
The above Vec3R breaks the
If I switch it to float it becomes the cookbook example and works. Can anyone tell me what is wrong?
Beta Was this translation helpful? Give feedback.
All reactions