Re: [osg-users] OSG website error

2012-02-01 Thread Joan Tz
Hi, Yes I am experiencing the same. Does anybody know when the site will be available again? Cheers, Joan -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=45146#45146 ___ osg-users mailing list osg

[osg-users] [bug] plugin jpg, osg 3.0.1, Windows XP, VC2010

2011-08-31 Thread jOan
is Windows XP, VC2010, osg 3.0.1. Has someone also experimented the issue ? Regards -- jOan Abadie ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] [bug] plugin jpg, osg 3.0.1, Windows XP, VC2010

2011-08-31 Thread jOan
readJPGStream(). It is not correct. Regards. Joan 2011/8/31 Tony Horrobin tony.horro...@gmail.com Hi jOan, One thing to try is set OSG_NOTIFY_LEVEL to DEBUG and look at the output. It should tell you what paths are being searched for the jpeg plugin. Make sure you have a clean build of osg 3.0.1

[osg-users] Geometry nodes with VBO

2011-06-23 Thread Joan Navarro
); geom-setUseVertexBufferObjects(true); As result the frame rate decreases. Is this the correct way to use VBO's with the .ive? Can I make something to improve my program with this technique? Thank you! Cheers, Joan -- Read this topic online here: http

Re: [osg-users] Geometry nodes with VBO

2011-06-23 Thread Joan Navarro
Thanks Robert and hybr for your explanations, now it's more clear. I will use the optimizer options too. Cheers, Joan -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=40790#40790 ___ osg-users

[osg-users] Optimizing a scenegraph

2011-06-06 Thread Joan Navarro
, Joan -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=40102#40102 ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] Optimizing a scenegraph

2011-06-06 Thread Joan Navarro
using too much nodes? 2nd doubt: Best techniques to improve the drawing time? Back Face Culling? PagedLOD? I don't know if I have explained it well or only made it more difficult to understand. Any opinion will be helpful. Thanks! Joan -- Read this topic online here: http

Re: [osg-users] [osgPlugins] 3ds repeating textures problem

2011-05-17 Thread jOan
Hello Sami, This should be corrected by this just posted submission: *file lib3ds_material.c* * * static void initialize_texture_map(Lib3dsTextureMap *map) { *map-flags = 0x00;* map-percent = 1.0f; map-scale[0] = 1.0f; map-scale[1] = 1.0f; } Regards Joan Abadie 2011/5/16 Sami

Re: [osg-users] [osgPlugins] Adding an alias for .osg

2009-10-19 Thread Joan Knutzen
Hi, Anyone? Thank you! Cheers, Joan -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=18371#18371 ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org

[osg-users] [osgPlugins] Adding an alias for .osg

2009-10-08 Thread Joan Knutzen
Hi, I'm trying to save and open an osg node, but instead of using the .osg extension id like to use .custom. I've understood it that I should call: osgDB::Registry::instance()-addFileExtensionAlias(custom, osg); In order to create an alias for .custom to .osg, but it does not work to load a

Re: [osg-users] Using the osgManipulator Draggers withosgUtil::SceneView

2007-08-10 Thread Joan Slottow
Luc Thank you for answering my question about this on July 27. Hi Joan, I'm using osgManipulator with vrjuggler and it works quite well. You juste have to create a dummy osgGA::GUIActionAdapter en create a osgGA::GUIEventAdapter that maps VRJuggler events. I recently introduce

Re: [osg-users] running vrml plugin on 2.0

2007-08-08 Thread Joan Slottow
Hi Jan I tried sending this to you on July 26 but somehow it went out without a subject and then I have been away on vacation. Joan Jan Here are three files: test2_dx.wrl is the original .wrl file as output from OpenDX. test2.wrl is the .wrl file that runs fine in osgviewer (minus

[osg-users] (no subject)

2007-07-26 Thread Joan Slottow
but with two Shape's instead of 1. This one doesnt work when Group and children are removed. At least I cant see anything. Joan Slottow wrl_tests.tar.gz Description: wrl_tests.tar.gz ___ osg-users mailing list osg-users@lists.openscenegraph.org http

[osg-users] Using the osgManipulator Draggers with osgUtil::SceneView (fwd)

2007-07-26 Thread Joan Slottow
am thinking that I have to create a GUIEventAdapter and set the key and mouse information that vrJuggler is passing me and use that one with the Dragger. Same witht the PointerInfo. Am I on the right track or is there some other way that I should be going about this? Thanks Joan Slottow