Jump to content

[WONTFIX] euler.h does not support double precision


photo

Recommended Posts

Posted

This is not so much a bug, more of an inconvenience/suggestion. I was looking to use the functions in core/scripts/euler.h and found that they are not currently supporting double precision. It would be nice if the instances of mat4 could be replaced with Mat4 and vec3 with Vec3 (I found this problem in the Nov 12 SDK so you may have fixed this already in the Dec release). I'm starting to feel like I'm the only person on this forum using double precision!

Posted

Craig,

 

No, but feel like you are an active and proficient user of it instead :)) Will surely pass a word to developers.

  • 1 year later...
Posted

Sorry, but why not ?!? This looks like a trivial replacement of mat4 with Mat4 and vec3 with Vec4...

Posted

Double precision is typically used for positions only, not for rotations. So I wouldn't really expect decomposeRotationZXY to return dvec3 in double precision builds.

×
×
  • Create New...