[osg-users] [osgPlugins] Matrices interpreted wrong in AC loader it appears..

Nikolai Christensen emptyyetfull at gmail.com
Sat Mar 11 20:37:16 PST 2017


Hi,

The matrices read from the 'rot' token appears to be read in wrong manner:

Here is an example line from AC3D file:

rot 1 2 3 4 5 6 7 8 9

Inivis AC3D interprets that as:

1 4 7
2 5 8
3 6 9

While OpenSceneGraph reads it as:

1 2 3
4 5 6
7 8 9

Here is a valid Inivis AC3D file, that demonstrate:

https://drive.google.com/open?id=0B49qitQsNy34VGVlb3ZyTGloTGc

Thank you!

Cheers,
freqfly

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=70467#70467








More information about the osg-users mailing list