Hi freqfly, What OSG version what you tested?
Could you post a screenshot of what the model is supposed to look like? Robert. On 12 March 2017 at 04:37, Nikolai Christensen <[email protected]> wrote: > 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 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

