Jordi Torres

Results 4 comments of Jordi Torres

I would say the sooner we start to test, the better. There are a lot of things to test/do, not only binary bloating, but also if the multithread approach works...

In CADManipulator I implemented the setHomePosition method (https://github.com/cedricpinson/osgjs/blob/master/sources/osgGA/CADManipulator.js#L192), which also exists in OSG. When computing home position I was expecting the "home" to be always the same, and also you...

Hi @steren Yeah, you are right. It is a known issue, we should give a bit of love to the osg.js website. Sorry for the inconvenience.

Modifying a bit your idea... I would add the following: - Attributes could be associated to modes or not. ( typical case StateAttribute = BlendFunc and GLMode = BLEND )...