Re: [osg-users] Why does osg::AutoTransform node disappear when the scene is first created?

2021-03-10 Thread mirr...@gmail.com
Thank you for your question and answer.I have tested Geode to add OSG ::Geometry and this error will also occur? 在2021年3月8日星期一 UTC+8 下午5:25:41 写道: > Hi ? > > There isn't any way to know what settings are provoking these errors, the > best thing you can do is compile a debug version of the OSG

Re: [osg-users] Why does osg::AutoTransform node disappear when the scene is first created?

2021-03-08 Thread Robert Osfield
Hi ? There isn't any way to know what settings are provoking these errors, the best thing you can do is compile a debug version of the OSG and then setup into the AutoTransform traverse method to figure out what maths is being invoked and when the errors are occurring. The only thing I can add