Re: [osg-users] Collada files reading bug

2013-04-01 Thread Rodrigo Benenson
/collada_animation_rotation_translation.2.65.dae Any idea of what is going on and how to fix this ? Thanks a lot for your comments, ideas and help. Best regards, rodrigob. On Tue, Mar 19, 2013 at 6:16 PM, Rodrigo Benenson rodrigo.benen...@gmail.com wrote: Dear OpenSceneGraph community, I see

[osg-users] Collada files reading bug

2013-03-19 Thread Rodrigo Benenson
Dear OpenSceneGraph community, I see in http://www.openscenegraph.org/projects/osg/report that bugs should be reported on this list. So here it goes. Here attached are two small collada files. They both represent the same scene (a rectangle moving in one axis), and were exported respectivelly

Re: [osg-users] BUG report: Collada orthographic support

2011-10-09 Thread Rodrigo Benenson
...@lists.openscenegraph.org] On Behalf Of Rodrigo Benenson Sent: Saturday, October 08, 2011 9:26 AM To: OpenSceneGraph Users Subject: [osg-users] BUG report: Collada orthographic support Thanks Jean-Sébastien for the quick answer. If the mailing list is the bug report channel, then here I go: I am

[osg-users] Bug report procedure ?

2011-10-08 Thread Rodrigo Benenson
I just spent 20 minutes looking around in http://www.openscenegraph.org I could not find how users are supposed to report bugs (I did find how to send patches, but not how to report bugs). Could someone point me out how to do this ? Regards, rodrigob. ps: I am surprised that emails are used for

[osg-users] BUG report: Collada orthographic support

2011-10-08 Thread Rodrigo Benenson
Thanks Jean-Sébastien for the quick answer. If the mailing list is the bug report channel, then here I go: I am currently working on an application that uses openscenegraph to render collada animations. When running my code on the collada files of my interest I get the following warning:

[osg-users] Console osg application

2011-07-25 Thread Rodrigo Benenson
Hello OpenSceneGraph community ! I am creating my first application with openscenegraph, the aim is to generate an animation and record it into a video file. Right now I have a running program that uses osg and gstreamer to render the animation and record it, everything works fine. However,

Re: [osg-users] Console osg application

2011-07-25 Thread Rodrigo Benenson
. On Mon, Jul 25, 2011 at 1:17 PM, Robert Osfield wrote: HI Rodrigo, The way to create an offscreen window is to use a Pbuffer graphics context, see the osgscreencapture.cpp example for code paths that creates pbuffers. Robert. On Mon, Jul 25, 2011 at 12:11 PM, Rodrigo Benenson rodrigo.benen