[osg-users] Camera and light problem

2008-03-08 Thread Jon
Thanks Vincent for your answer. I tried to follow your suggestion, but the problem persists. If you look at the code, I have : |_root ---|_modelGraph ---|transform -|lightsource -|geode Any suggestions ? What are my mistakes? My goal is to have a model moving with

Re: [osg-users] thousand spheres

2008-03-08 Thread nicolas peña
Hi, I have used OSG in the past to create the visuals aspects of a huge scale network simulator (up to 2 nodes). So if you detail more your problem may be I can help. I created my nodes instances with a simple 'for' loop, placing each one either using a

[osg-users] Saving and Loading Scenes

2008-03-08 Thread Renan Mendes
Hi, I need some help on saving and loading scenegraphs. Reading the OSG documentation, specifically the osgDB namespace, I saw that I have no idea where to begin! Can someone give me a reference? Thanks, Renan M Z Mendes

Re: [osg-users] Saving and Loading Scenes

2008-03-08 Thread Benjamin Eikel
On Saturday 08 March 2008 at 13:50:04, Renan Mendes wrote: Hi, I need some help on saving and loading scenegraphs. Reading the OSG documentation, specifically the osgDB namespace, I saw that I have no idea where to begin! Can someone give me a reference? Thanks,

Re: [osg-users] Saving and Loading Scenes

2008-03-08 Thread Renan Mendes
Benjamin, I've used this function (it compiled alright), but when running my aplication, there was an error message, saying that I didn't have the plugin for reading and writing files... I went to the OSG website and searched for reading and writing plugins, but there were so many, I

Re: [osg-users] Saving and Loading Scenes

2008-03-08 Thread Benjamin Eikel
On Saturday 08 March 2008 at 14:26:13, Renan Mendes wrote: Benjamin, I've used this function (it compiled alright), but when running my aplication, there was an error message, saying that I didn't have the plugin for reading and writing files... I went to the OSG website and searched

Re: [osg-users] thousand spheres

2008-03-08 Thread wanyama harold
Hi Nicholas, thanxs. i would like more details becoz thats exactly what i want. i thought of the for loop but dint know how to simply implement. i would be grateful if u could show me how. Hi, I have used OSG in the past to create the visuals aspects of a huge scale network