[osg-users] (no subject)

2011-03-03 Thread Felix Bwire
http://eventostigre.com.ar/google.php ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

[osg-users] (no subject)

2011-03-02 Thread Felix Bwire
http://plissk3n.pl.funpic.de/google.php ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

[osg-users] Extending OSG with layout algorithms

2008-03-28 Thread Felix Bwire
Hi there, Given a graph in osg, is it possible to extend osg with layout algorithms so that the graph can be given another structure, such as the tree like structure or cyclic or hyperbolic or clustering of nodes. I know there are algorithms that can do that, but can they be used to extend osg? If

Re: [osg-users] Extending OSG with layout algorithms

2008-03-28 Thread Felix Bwire
to each other then its down to the developer to add this, but this is very much app developers task rather something core to the scene graph. Robert. On Fri, Mar 28, 2008 at 6:24 AM, Felix Bwire [EMAIL PROTECTED] wrote: Hi there, Given a graph in osg, is it possible to extend osg with layout

[osg-users] Drawing a Line

2008-01-29 Thread Felix Bwire
Hi there, I would like to get some assistance. Can some one help me with the code of how I can draw three lines, that have a structure of Z in osg. Thanx, Felix ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Loading data into the osg database

2008-01-16 Thread Felix Bwire
of the functionality offered by osg in viewing it. On Jan 15, 2008 6:38 PM, Robert Osfield [EMAIL PROTECTED] wrote: On Jan 15, 2008 3:24 PM, Felix Bwire [EMAIL PROTECTED] wrote: Hi guys, Can some one help me with the procedure of how I can load data into the osg database and be able to query

Re: [osg-users] Loading data into the osg database

2008-01-16 Thread Felix Bwire
I mean a biological network dataset, or it could be an internet dataset. It is in 3D. So far the one I have data which is in .gdf format. On Jan 16, 2008 1:23 PM, Robert Osfield [EMAIL PROTECTED] wrote: On Jan 16, 2008 10:10 AM, Felix Bwire [EMAIL PROTECTED] wrote: What I mean is that I have

[osg-users] Loading data into the osg database

2008-01-15 Thread Felix Bwire
Hi guys, Can some one help me with the procedure of how I can load data into the osg database and be able to query it. Thanks alot, Felix ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] Loading a .gdf and jpeg image in osg

2007-11-28 Thread Felix Bwire
Hi there, I would like to know how I can load a .gdf image or a jpeg image in osg. Do I need any sort of plugin for this? Thanks alot, Felix ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] OSG crash in _lock_fhandle

2007-11-01 Thread Felix Bwire
Hi there, I would like to upload .net files in osg. How do I go about it? Thanx, Felix On 9/26/07, Gert van Maren [EMAIL PROTECTED] wrote: Hi Robert, Thanks for the stack trace but it doesn't really help me much in working out what might be amiss. Does this crash on exit occur in the

Re: [osg-users] Difference between Viewer+SlaveCamera and CompositeViewer

2007-09-10 Thread Felix Bwire
Hi all, has anyone produced code that outputs a graph with just points(nodes) and links (edges) to these nodes. If so, you code please let me know how to do it. Thanks, Felix On 9/7/07, Robert Osfield [EMAIL PROTECTED] wrote: On 9/7/07, Alberto Luaces [EMAIL PROTECTED] wrote: Thank you very

Re: [osg-users] Eclipse and OSG

2007-09-05 Thread Felix Bwire
Hi David, Thanks very much. The only problem am now having is that when I run, I get the error message: Error launching OpenSceneGraph. Reason: Java.lang.NullPointerException. Have you got the same error before or could you please guide me on how to go about it. Thanks alot. Felix On 9/5/07,

Re: [osg-users] Eclipse and OSG

2007-09-05 Thread Felix Bwire
and click the New button ? David 2007/9/5, Felix Bwire [EMAIL PROTECTED]: Hi David, Thanks very much. The only problem am now having is that when I run, I get the error message: Error launching OpenSceneGraph. Reason: Java.lang.NullPointerException. Have you got the same error before

Re: [osg-users] MFC example flickering

2007-09-04 Thread Felix Bwire
Felix, On 9/3/07, Felix Bwire [EMAIL PROTECTED] wrote: I have managed to build openscenegraph in eclipse using cmake. I have created a class in the same project used for building and when I try to run, I get the error: Error launching. Reason: JavalangNullPointerException. Does anyone

Re: [osg-users] MFC example flickering

2007-09-03 Thread Felix Bwire
Hi all, I have managed to build openscenegraph in eclipse using cmake. I have created a class in the same project used for building and when I try to run, I get the error: Error launching. Reason: JavalangNullPointerException. Does anyone know the steps to follow to create an application after

Re: [osg-users] Serialization of draw dispatch on multi GPU systems

2007-09-03 Thread Felix Bwire
Hi David Callu, am sorry I have to ask this. My project builds well but it does not launch. I have tried with code of several examples but it still fails. Could you please give me a step by step guide of how you do your openscene graph in eclipse. thanx, Felix On 8/24/07, David Callu [EMAIL

Re: [osg-users] Serialization of draw dispatch on multi GPU systems

2007-08-24 Thread Felix Bwire
Hi all, has any body used eclipse with osg. I tried using cmake but eclipse being an IDE and not a compiler, I failed to get a breakthrough. I will be very grateful to get guidance on this. Thanx, Felix On 8/23/07, Robert Osfield [EMAIL PROTECTED] wrote: Hi All, Yesterday I did testing on

Re: [osg-users] compiling examples

2007-08-02 Thread Felix Bwire
Hi there, whenever I try to run an example or code, I get the warning that could not find plugins to read objects from file. Then it also says osgviewer: no data loaded. How do I go about it, it seems there is something I didn't do right. Thanx, Felix On 8/2/07, Robert Osfield [EMAIL PROTECTED]

Re: [osg-users] OpenSceneGraph-2.1.3 dev release made

2007-08-01 Thread Felix Bwire
Hi there, the error I get when I 'make' openscenegraph is under osgUtil in the Tesselator file. The following lines contain the error. gluTessCallback(_tobj, GLU_TESS_VERTEX_DATA, (GLU_TESS_CALLBACK) vertexCallback); gluTessCallback(_tobj, GLU_TESS_BEGIN_DATA, (GLU_TESS_CALLBACK)

Re: [osg-users] OpenSceneGraph-2.1.3 dev release made

2007-07-31 Thread Felix Bwire
Hi there, I have tried configuring cygwin to build osg but when I 'make', it goes upto 25%, that's Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/Tesselator.o. Some of the errors I get include: - invalid conversion from GLvoid * to 'Lvoid *' - initializing argument 3 of 'void

Re: [osg-users] OpenSceneGraph-2.1.3 dev release made

2007-07-30 Thread Felix Bwire
Hi All, I tried compiling osg under cygwin but whenever I try to 'make', I get the message 'no targets specified and no make file found'. What is it that I may not be doing right? Which version of osg should I possibly use? Thanx Felix On 7/30/07, Robert Osfield [EMAIL PROTECTED] wrote: Hi

[osg-users] eclipse

2007-07-26 Thread Felix Bwire
Is it possible to configure eclipse so that it compiles osg. if it is possible, how do I go about it. Thanx, Felix ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org