[osg-users] pixelBufferObject

2009-06-19 Thread Alena Bacova
missing? any links to this topic are welcome Thanks Alena Bacova ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] how to deploy osg application

2009-06-14 Thread Alena Bacova
Thanks to everybody for help. I compiled all the applications ( osg, artoolkit, mine) in release mode and it works. Thank you very much. Alena 2009/6/11 Paul Melis p...@science.uva.nl Jason Daly wrote: Garrett Potts wrote: Hello All: I have used this in the past:

[osg-users] how to deploy osg application

2009-06-10 Thread Alena Bacova
Hi folks, first of all great forum, I learn new things every day. My question is: I made an osg ( well osgart) application on my laptop, with vs 2005 installed and all development environment with it. I compiled it successfully and now I would like to move it to more comfortable tablet ( Samsung

Re: [osg-users] how to deploy osg application

2009-06-10 Thread Alena Bacova
Todd, yes, still no luck. Alena 2009/6/10 Todd J. Furlong t...@inv3rsion.com Alena, Did you install the Visual Studio 2005 runtime redistributable? -Todd On 6/10/2009 2:39 PM, Alena Bacova wrote: Hi folks, first of all great forum, I learn new things every day. My question is: I

Re: [osg-users] how to deploy osg application

2009-06-10 Thread Alena Bacova
Jason, I compiled my application in release mode, but not the osg, I can try that. Alena 2009/6/10 Jason Daly jd...@ist.ucf.edu Todd J. Furlong wrote: Alena, Did you install the Visual Studio 2005 runtime redistributable? Also make sure you compile in Release mode before deploying.

Re: [osg-users] [3rdparty] osgART install

2009-06-05 Thread Alena Bacova
Hi, have a look at this: http://old.uvr.gist.ac.kr/isuvr08/program.html#osgART_Tutorial there are 4pdf, going from basics to advanced, and also shows how to deal with cmake. Alena. 2009/6/4 Karl Butler direc...@kangoo.co.nz Never mind I just realised the file within the zip that has no

Re: [osg-users] osgART install

2009-06-03 Thread Alena Bacova
Hi, you need to have artoolkit and osg installed first. for building both use cmake. Compiling with cmake is pretty easy and intuitive, just follow the instructions. once you have those two compilled and installed, then unzip osgart and use cmake again to compile it. that is the basic step, also

[osg-users] example of 3d Text

2009-05-12 Thread Alena Bacova
Hi, I'm a newbie in osg, and I was wondering if there is any working example for 3D Text. The only thing I could find is osgtext3D example (build of osg source) but that doesn't work. I tried some code modification by myself, but no luck so far. Any help is really appreciated. Alena