[osg-users] DotScene In OSG

2010-11-03 Thread Matt Caron
Greetings, Does anyone know if there is currently an OSG reader for the XML .scene format? I'm looking for a simple human readable file format for generating a scene, so if there is a good alternative available for OSG that would be fine as well, but at the moment .scene is looking good.

Re: [osg-users] DotScene In OSG

2010-11-03 Thread Tomlinson, Gordon
-users] DotScene In OSG Greetings, Does anyone know if there is currently an OSG reader for the XML .scene format? I'm looking for a simple human readable file format for generating a scene, so if there is a good alternative available for OSG that would be fine as well, but at the moment .scene

Re: [osg-users] DotScene In OSG

2010-11-03 Thread Matt Caron
The OSG format appears to hold model and texture data. I'm looking for a file format which is used exclusively for placing and orienting models in a scene. For example I could do something like this: model src=myModel.3DS loc x=A y=B z=C / orient xAngle=A2 yAngle=B2 zAngle=C2 / /model

Re: [osg-users] DotScene In OSG

2010-11-03 Thread Chris 'Xenon' Hanson
On 11/3/2010 1:22 PM, Matt Caron wrote: The OSG format appears to hold model and texture data. I'm looking for a file format which is used exclusively for placing and orienting models in a scene. For example I could do something like this: The OSG format supports the ProxyNode entity