Re: [Opensg-users] Porting from OpenSG 1.8 to OpenSG 2.0:Imagefileloading

2009-09-21 Thread Gerrit Voss
Hi, Gerrit Voß wrote: > Hi, > > ok, I finally found a little time to look at it, you should be able to > do this the following way: > > I added a check for a external prep cmake file (run after > the 3rd part package confs). So if OSG_GLOBAL_PREP is set > to a cmake file this will be included.

Re: [Opensg-users] Link problems under Windows

2009-09-14 Thread Gerrit Voss
Hi, Schaefer Johannes wrote: > Hi gerrit. > >> Without much knowledge of what is actually happening, e.g. what you >> compile/link with which settings, I would guess that you compile your >> simeng2.lib with static runtime settings and than try to link >> the dynamic OpenSG libs while linking yo

Re: [Opensg-users] Porting from OpenSG 1.8 to OpenSG 2.0:Imagefileloading

2009-09-14 Thread Gerrit Voss
Hi, Johannes Brunen wrote: > Hello Gerrit, > > "Gerrit Voß" schrieb im > Newsbeitrag news:1252543529.3220.7.ca...@feynman.camtech.ntu.edu.sg... >>> In file ConfigurePackages.cmake is a small error in line 166. The >>> statement >>> >>> OSG_FIND_PACKAGE(OpenEXR) >>> >>> must be replaced by >>>

Re: [Opensg-users] How to load wavefront .obj file ?

2009-03-05 Thread Gerrit Voss
Hi, On Thu, 2009-03-05 at 14:02 +0530, naresh wrote: > Hi > > Please find attached .obj file for referance > > > - Original Message - > From: "Gerrit Voss" > To: > Sent: Thursday, March 05, 2009 1:47 PM > Subject: Re: [Opens

Re: [Opensg-users] How to load wavefront .obj file ?

2009-03-05 Thread Gerrit Voss
Hi, On Thu, 2009-03-05 at 12:52 +0530, naresh wrote: > Hi Gerrit > > I able to load file but i found something intersting. Check attached > screen.jpg file for Comparision of render of this version and previous > version > > Any clue how can make render like 1.8 version ? > > In 1.8 it show

Re: [Opensg-users] How to load wavefront .obj file ?

2009-03-04 Thread Gerrit Voss
Hi, On Thu, 2009-03-05 at 11:56 +0530, naresh wrote: > Hi > > In OpenSG 2.0 how can i load wavefront .obj file ? > > I tried to use > SceneFileHandler::the()->read("Data/xx.obj"); > > But it doesnot loading any file . It only supports OpenSG file format . > assuming Windows : http://open

Re: [Opensg-users] OBJSceneFileType & OFFSceneFileType

2009-03-04 Thread Gerrit Voss
Hi, On Tue, 2009-03-03 at 12:32 +0100, Olivier Tournaire wrote: > Hi Gerrit, > > done, Source/System/FileIO/OFF. Let me know if it works, I > only have > the simplest of test models. > > > kind regards, > gerrit > > It works. However, t

Re: [Opensg-users] OBJSceneFileType & OFFSceneFileType

2009-03-02 Thread Gerrit Voss
Hi, On Mon, 2009-03-02 at 18:56 +0100, Olivier Tournaire wrote: > Thank you Gerrit > > 2009/3/2 Gerrit Voss > > Hi, > > On Mon, 2009-03-02 at 11:36 +0100, Olivier Tournaire wrote: > > Hi all, > > > &g

Re: [Opensg-users] OBJSceneFileType & OFFSceneFileType

2009-03-02 Thread Gerrit Voss
Hi, On Mon, 2009-03-02 at 11:36 +0100, Olivier Tournaire wrote: > Hi all, > > I am currently trying to use OSG I/O. I the previous versions, a OFF > file reader was available. In version 2.0, it seems to have disappear. > Am I missing something ? No, I might not have been ported yet. I'll push

Re: [Opensg-users] VideoTexutureBackground sample with OpenSG 2.0

2009-02-26 Thread Gerrit Voss
Hi, On Wed, 2009-02-25 at 15:10 +0530, naresh wrote: > Dear Carsten > > I also test with latest version with checkout yesterday from svn. Please can > you confirm is that bug in OpenSG 2 or i am doing something wrong ? because > code is similar to previous of this example . what hardware are

Re: [Opensg-users] Compiling 2.0 with deps (Collada + tiff problems)

2009-02-24 Thread Gerrit Voss
Hi, On Tue, 2009-02-24 at 11:03 +0100, Marcus Lindblom wrote: > Hi all, > > I'm trying to compile OpenSG 2.x using CMake (VS9, Vista 32-bit) with > almost everything it supports (VTK, Collada, png, tiff, etc) and I get > compilation errors for Collada. > > \opensg2_trunk\Source\System\FileIO\

Re: [Opensg-users] Class template and static member initialization with GCC

2009-02-13 Thread Gerrit Voss
Hi, Marcus Lindblom wrote: > Patrick Hartling wrote: >> On Feb 13, 2009, at 8:25 AM, Marcus Lindblom wrote: >> >>> Patrick Hartling wrote: >>> Overall, I get the impression that PyOpenSG is not even supposed to expose the ...FieldMask and ...FieldId members of OpenSG classes to Pyt

Re: [Opensg-users] [Opensg-commits] r1737 - trunk/Source/System/NodeCores/Groups/Effects/ShadowStage

2009-02-12 Thread Gerrit Voss
Hi, On Thu, 2009-02-12 at 17:48 -0600, Patrick Hartling wrote: > On Feb 12, 2009, at 5:35 PM, Gerrit Voss wrote: > > > > > Hi, > > > > On Thu, 2009-02-12 at 15:38 -0600, trac-not...@vrsource.org wrote: > >> Author: patrick > >> Date: Thu Feb 12

Re: [Opensg-users] [Opensg-commits] r1737 - trunk/Source/System/NodeCores/Groups/Effects/ShadowStage

2009-02-12 Thread Gerrit Voss
Hi, On Thu, 2009-02-12 at 15:38 -0600, trac-not...@vrsource.org wrote: > Author: patrick > Date: Thu Feb 12 15:38:11 2009 > New Revision: 1737 > Trac changeset: http://opensg.vrsource.org/trac/changeset/1737 > ViewVC: http://realityforge.vrsource.org/viewvc/opensg?view=rev&revision=1737 > > Modi

Re: [Opensg-users] Class template and static member initialization with GCC

2009-02-11 Thread Gerrit Voss
Hi, On Thu, 2009-02-12 at 09:06 +0800, Gerrit Voss wrote: > Hi, > > On Wed, 2009-02-11 at 16:29 -0600, Patrick Hartling wrote: > > Marcus Lindblom wrote: > > > Patrick Hartling wrote: > > >> I have made some big progress in getting PyOpenSG updated to the

Re: [Opensg-users] Class template and static member initialization with GCC

2009-02-11 Thread Gerrit Voss
Hi, On Wed, 2009-02-11 at 16:29 -0600, Patrick Hartling wrote: > Marcus Lindblom wrote: > > Patrick Hartling wrote: > >> I have made some big progress in getting PyOpenSG updated to the OpenSG > >> 2.0 trunk, but I have run up against problems related to class templates > >> with static data me

Re: [Opensg-users] How to force registration of custom node types?

2009-02-11 Thread Gerrit Voss
Hi, On Wed, 2009-02-11 at 21:34 -0300, Thiago Bastos wrote: > I'm aware of preloadSharedObject, but what if the custom types come > from a static library? I'm afraid that's the case. > > Thanks again! than what you do is the only way. The way static archives work you have to actively use what

Re: [Opensg-users] How to force registration of custom node types?

2009-02-11 Thread Gerrit Voss
Hi, On Wed, 2009-02-11 at 15:04 -0300, Thiago Bastos wrote: > Hi, > > Newbie question here. > > We have a couple of custom node types. If we simply link those objects > with our clusterserver, they're not "recognized" (the server complains > of "unknown types"). > > So, what is the official b

Re: [Opensg-users] Problem using cluster client in windows

2009-02-11 Thread Gerrit Voss
Hi, On Wed, 2009-02-11 at 15:20 +0800, Gerrit Voss wrote: > Hi, > > On Tue, 2009-02-10 at 15:00 -0200, Pablo Carneiro Elias wrote: > > Hi all, > > > > I've recently ported to OSG2 and somehow the windows cluster client > > doesnt seems to work properly:

Re: [Opensg-users] Problem using cluster client in windows

2009-02-10 Thread Gerrit Voss
Hi, On Tue, 2009-02-10 at 15:00 -0200, Pablo Carneiro Elias wrote: > Hi all, > > I've recently ported to OSG2 and somehow the windows cluster client > doesnt seems to work properly: > > When I use the clusterclient and cluesterserver (simple) programs > provided with opensg examples, the con

Re: [Opensg-users] OpenSG 2.0 installation question

2009-02-10 Thread Gerrit Voss
Hi, On Tue, 2009-02-10 at 08:48 -0600, Patrick Hartling wrote: > Everything built and installed, but the installed headers are not being > modified the way that they used to so that other OpenSG headers are included > as . Running 'osg2-config --cflags System' reports that the only > compiler

Re: [Opensg-users] Building 2.0 on Mac OS X 10.5.6

2009-02-09 Thread Gerrit Voss
Hi, On Tue, 2009-02-10 at 08:21 +0800, Gerrit Voss wrote: > Hi, > > On Mon, 2009-02-09 at 18:11 +0100, Patrick Dähne wrote: > > Hello Gerrit, > > > > > hmm, ok not having Mac OS X make it more interesting as I have to > > > second guess what the com

Re: [Opensg-users] 'glXCreateContextAttribsARB' not found in CSM example

2009-02-09 Thread Gerrit Voss
Hi, On Mon, 2009-02-09 at 17:17 +, Christoph Schmidt-Hieber wrote: > Gerrit Voss wrote: > > Hi, > > > > > > Hmm, good and not good ;-). Good as the fallback does seem to work as > > expected, not good as it is still crashing ;-(. > > > >

Re: [Opensg-users] Building 2.0 on Mac OS X 10.5.6

2009-02-09 Thread Gerrit Voss
Hi, On Mon, 2009-02-09 at 18:11 +0100, Patrick Dähne wrote: > Hello Gerrit, > > > hmm, ok not having Mac OS X make it more interesting as I have to > > second guess what the compiler is up to. As this is a quite OS X > > specific problem that's all I can do right now. > > > > Could you update an

Re: [Opensg-users] 'glXCreateContextAttribsARB' not found in CSM example

2009-02-09 Thread Gerrit Voss
Hi, On Mon, 2009-02-09 at 15:35 +, Christoph Schmidt-Hieber wrote: > Gerrit Voss wrote: > > Hi, > > > > On Mon, 2009-02-09 at 14:32 +, Christoph Schmidt-Hieber wrote: > >> Hi Gerrit, > >> > >> Gerrit Voss wrote: > >>> Hi, >

Re: [Opensg-users] 'glXCreateContextAttribsARB' not found in CSM example

2009-02-09 Thread Gerrit Voss
Hi, On Mon, 2009-02-09 at 14:32 +, Christoph Schmidt-Hieber wrote: > Hi Gerrit, > > Gerrit Voss wrote: > > Hi, > > > > On Mon, 2009-02-09 at 13:51 +, Christoph Schmidt-Hieber wrote: > >> Hi, > >> when trying to run the CSM samples in ope

Re: [Opensg-users] Building 2.0 on Mac OS X 10.5.6

2009-02-09 Thread Gerrit Voss
Hi, On Mon, 2009-02-09 at 14:51 +0100, Patrick Dähne wrote: > Hello, > > > we've switched to cmake (needs at least cmake 2.6, 2.6.2 is what I use > > on linux and win) for OpenSG 2. > > I'd appreciate if you could try the cmake build on OS X, as I don't > > have > > access to such a machine. >

Re: [Opensg-users] 'glXCreateContextAttribsARB' not found in CSM example

2009-02-09 Thread Gerrit Voss
Hi, On Mon, 2009-02-09 at 13:51 +, Christoph Schmidt-Hieber wrote: > Hi, > when trying to run the CSM samples in opensg2, I get the following error > message: > > $ ./build/bin/testCSM Examples/CSM/Simple-EventMouse > (...snip...) > WARNING: Window::getFunctionByName: Couldn't get function

Re: [Opensg-users] Memory Leak using OpenSG 1.8 and MFC

2009-02-08 Thread Gerrit Voss
Hi, On Mon, 2009-02-09 at 10:34 +0530, naresh wrote: > Hi > > Infact it is memory leaks in OpenSG. It also shows in tutorials. But Visual > Studio is not dumping leaks for tutorials. But in MFC it shows the dumps. > > I had check with DevPartner in Hello tutorial and found total 1850 memory >

Re: [Opensg-users] Old OSBs in OSG2 / exporting models from 3dsMax

2009-02-04 Thread Gerrit Voss
Hi, On Wed, 2009-02-04 at 09:35 +0100, Marcus Lindblom wrote: > Carsten Neumann wrote: > > > hm, seems like the MS compiler generates code for member functions of a > > class template even when they are not used. > > I checked in a hack to work around that, please try r1716, sorry for the > >

Re: [Opensg-users] Old OSBs in OSG2 / exporting models from 3dsMax

2009-02-03 Thread Gerrit Voss
Hi, On Tue, 2009-02-03 at 12:12 -0600, Carsten Neumann wrote: > Hello Thiago, > > Thiago Bastos wrote: > > On Mon, Feb 2, 2009 at 7:56 PM, Carsten Neumann > > wrote: > > I'm trying, but all of sudden we're getting compilation errors on Windows: > > > >

Re: [Opensg-users] OpenGL 3.0 and OpenSG

2009-02-01 Thread Gerrit Voss
Hi, On Sat, 2009-01-31 at 18:42 -0600, Dirk Reiners wrote: > Hi Gerrit, > > Gerrit Voss wrote: > > > > Hmm, shader composition wasn't on Allen's list IIRC. > > No, but you were talking about things in the works for 2, so I > generalized a lit

Re: [Opensg-users] OpenGL 3.0 and OpenSG

2009-01-30 Thread Gerrit Voss
Hi, On Fri, 2009-01-30 at 10:14 -0600, Dirk Reiners wrote: > Hi Allen, > > Gerrit Voss wrote: > > Hi, > > > > On Thu, 2009-01-29 at 13:35 -0600, Allen Bierbaum wrote: > > > >> What is the plan for OpenGL 3.0 and OpenSG? > >> > >> A

Re: [Opensg-users] OpenGL 3.0 and OpenSG

2009-01-29 Thread Gerrit Voss
Hi, On Thu, 2009-01-29 at 13:35 -0600, Allen Bierbaum wrote: > What is the plan for OpenGL 3.0 and OpenSG? > > At one point I remember hearing someone suggest the bold idea of > making OpenSG 2.0 be OpenGL 3.0 only. The idea being to remove a lot > of code from OpenSG and focus on the high perf

Re: [Opensg-users] Use custom input device with ComplexSceneManager

2009-01-29 Thread Gerrit Voss
Hi, On Thu, 2009-01-29 at 13:29 +, Christoph Schmidt-Hieber wrote: > Hi, > thank you both for your replies. > > Gerrit Voss wrote: > > > > I have an idea, give me a second to get a sample implementation. Short > > question, what kind of data are you receivin

Re: [Opensg-users] Rendering does not reflect changes to OSG::Navigator / aspects / OpenSG2

2009-01-29 Thread Gerrit Voss
Hi, On Thu, 2009-01-29 at 23:20 -0600, Carsten Neumann wrote: > Hi Gerrit, > > Gerrit Voss wrote: > > sorry I was a little busy and hadn't have time to follow it to closely. > > no worries, you saved the day just when I was running out of ideas :) > > >

Re: [Opensg-users] Rendering does not reflect changes to OSG::Navigator / aspects / OpenSG2

2009-01-29 Thread Gerrit Voss
Hi, sorry I was a little busy and hadn't have time to follow it to closely. On Thu, 2009-01-29 at 18:34 -0600, Carsten Neumann wrote: > Hello Christoph, > > Christoph Schäfer wrote: > > Carsten Neumann schrieb: > >> > >> are those complete? The context 0 log shows no OpenGL calls (which i

Re: [Opensg-users] Use custom input device with ComplexSceneManager

2009-01-28 Thread Gerrit Voss
Hi, On Wed, 2009-01-28 at 15:58 -0600, Carsten Neumann wrote: > Hello Christoph, > > Christoph Schmidt-Hieber wrote: > > I'm using a custom serial input device to move around in a virtual > > environment. In OpenSG 1.6, I could read out the device in a custom > > function (say, foobar())

Re: [Opensg-users] Most 2.0 examples/tests crashing at exit on Windows?

2009-01-27 Thread Gerrit Voss
Hi, On Sun, 2009-01-25 at 23:53 -0600, Dirk Reiners wrote: > Hi Thiago, > > Those I don't understand. Why do those show up? > > >> WARNING: ThreadManager::shutdown: thread [OSGAppThread|02D97828] is still > >> alive ([0]). > >> WARNING: ThreadManager::shutdown: lock [OSG::Log::_pLogLock|

Re: [Opensg-users] Printing out detailed fc memory usage

2009-01-13 Thread Gerrit Voss
Hi, Allen Bierbaum wrote: > Hello all: > > As part of our on-going effort to track down some OpenSG memory usage, > I tried to write a function that would: > > 1) Count up the number of allocated field containers (from the field > container factory) > 2) Print out a nice little report about how

Re: [Opensg-users] Issue with OpenSG in VS2005

2009-01-12 Thread Gerrit Voss
Hi, Antibyte Scoopex wrote: > Hi, > > I checked out OpenSG2.0 from https://opensg.vrsource.org/svn/trunk. > I'm using Visual Studio 2005 Professional with SP1 installed on WinXP. > However when I open OpenSGES.sln (which seems to be a VS2005 solution > file) I get the following msg: > > "The p

Re: [Opensg-users] CMake and Visual Studio 2005 on Vista 32 / DebugRT target / build fails with link problems

2009-01-08 Thread Gerrit Voss
Hi, Carsten Neumann wrote: > Hello Dirk, > > Dirk Reiners wrote: >> Carsten Neumann wrote: >>> ah, switching VS to the right configuration is what I missed when >>> writing that mail about different configs not working on windows (I >>> guess the cmake documentation is just out of date o

Re: [Opensg-users] CMake and debug compilation

2009-01-07 Thread Gerrit Voss
Hi, On Wed, 2009-01-07 at 09:56 -0600, Carsten Neumann wrote: > Hello Patrik, Gerrit, > > padd...@gmx.net wrote: > > if I try to compile DebugRt I got a lot of errors. > > All the projects link against "msvcprt.lib" and "msvcrt.lib". I think it > > should be "msvcprtd.lib" and "msvcrtd.li

Re: [Opensg-users] CMake and Visual Studio 2005 on Vista 32 / DebugRT target / build fails with link problems

2009-01-07 Thread Gerrit Voss
Hi, On Wed, 2009-01-07 at 12:39 +0100, Christoph Schäfer wrote: > Hi, > > today I tried ti build the current svn trunk using CMake. In CMake I > choosed the boost base dir and set the target to DebugRT. The generation > of ths VS solution is running finde. When actually building the solution

Re: [Opensg-users] CMake and debug compilation

2009-01-07 Thread Gerrit Voss
Hi, On Wed, 2009-01-07 at 18:53 -0600, Carsten Neumann wrote: > Hello Patrik, > > padd...@gmx.net wrote: > > sounds better for me! > > > > By the way - why are there 2 debug versions? > > well, when working on OpenSG for example it normally suffices to have > OpenSG built with debug inf

Re: [Opensg-users] CMake and debug compilation

2009-01-06 Thread Gerrit Voss
Hi, padd...@gmx.net wrote: > Hi, > > I've build OpenSg2 with the changes from revision 1649. I've found 2 > errors: > - all debug projects for VC2005 64bit where compiled with /MD instead of > /MDd (but in the CMake GUI there still stands /MDd) than the cmake gui is wrong, debug projects shou

Re: [Opensg-users] installation of OSGDrawable with cmake

2009-01-05 Thread Gerrit Voss
Hi, Carsten Neumann wrote: > Hi Gerrit, David, > > Gerrit Voss wrote: >> d.mor...@brighton.ac.uk wrote: >>> I've been looking at porting some of our code to 2.0 today, which >>> requires the OSGGeometry.h file and a few others. These are in the

Re: [Opensg-users] installation of OSGDrawable with cmake

2009-01-05 Thread Gerrit Voss
Hi, d.mor...@brighton.ac.uk wrote: > I've been looking at porting some of our code to 2.0 today, which > requires the OSGGeometry.h file and a few others. These are in the > Drawable dir, which is built as a library. However it isn't install on > the system from a make install, nor are any of t

Re: [Opensg-users] resource question: Texture object memory consumption

2008-12-31 Thread Gerrit Voss
Hi, Allen Bierbaum wrote: > Any ideas on this one. I looked into it a bit and the behavior I am > thinking about is something like this: > > > - After texture has been bound, the system automatically sets image to NullFC > - This frees the image fc memory > - The code detects that the system wa

Re: [Opensg-users] perf question: Saving/loading binary compressed textures

2008-12-30 Thread Gerrit Voss
Hi, Allen Bierbaum wrote: > Can you point me at the commits/revisions that did this? > > I am going to have to backport it to the old stable branch that we > are still using. (hopefully we can get a lull in the schedule to port > over the the head late next month, but for now we have to stay o

Re: [Opensg-users] perf question: Saving/loading binary compressed textures

2008-12-30 Thread Gerrit Voss
Hi, Allen Bierbaum wrote: > > 2) As long as we are doing 1, it would be nice to save the image out > in a compressed texture format. I think GV was trying to add some > code a while back that would allow the user to convert to compressed > texture on the CPU during load, but I never saw anythin

Re: [Opensg-users] cmake/scons

2008-12-27 Thread Gerrit Voss
Hi, Carsten Neumann wrote: > Hi Gerrit, > >> Datum: Tue, 23 Dec 2008 09:46:57 +0800 >> Von: Gerrit Voss > >> looks a lot better to me too ;-). One minor wish though, could >> we hide the different passes inside a function or macro. > > hm, I

Re: [Opensg-users] cmake/scons

2008-12-22 Thread Gerrit Voss
Hi, On Mon, 2008-12-22 at 17:44 +0100, Carsten Neumann wrote: > Hi Gerrit, > > > Datum: Mon, 22 Dec 2008 08:40:12 +0800 > > Von: Gerrit Voss > > > honestly I don't like that to much. > > well, honestly: me neither ;-) ;-) > > Taking it out o

Re: [Opensg-users] cmake/scons

2008-12-21 Thread Gerrit Voss
Hi, On Sun, 2008-12-21 at 17:41 +0100, padd...@gmx.net wrote: > Hi Gerrit, > > thanks for the help. > > I've found a problem with JPEG: > > 1>OSGJPGImageFileType.cpp > 1>c:\projekte\c++\freeimage\source\libjpeg\jmorecfg.h(179) : error > C2371: 'INT32': Neudefinition; unterschiedliche Basistype

Re: [Opensg-users] cmake/scons

2008-12-21 Thread Gerrit Voss
Hi, On Sun, 2008-12-21 at 22:38 +0100, Carsten Neumann wrote: > Hi Gerrit, > > > Von: Gerrit Voss > > On Fri, 2008-12-19 at 14:30 -0600, Dirk Reiners wrote: > > > Carsten Neumann wrote: > > > > > > > > hmm, partially yes, having a nam

Re: [Opensg-users] cmake/scons

2008-12-20 Thread Gerrit Voss
Hi, On Sat, 2008-12-20 at 19:10 +0100, Carsten Neumann wrote: > Hello Patrik, > > On Sat, Dec 20, 2008 at 6:26 PM, padd...@gmx.net wrote: > > Carsten - I was to fast with my answer - only seeing the project files > > without testing it. > > > > So here are some new problems (remember: VC2005 wit

Re: [Opensg-users] cmake/scons

2008-12-19 Thread Gerrit Voss
Hi, On Fri, 2008-12-19 at 14:30 -0600, Dirk Reiners wrote: > Hi Gerrit, hi Carsten, > > Carsten Neumann wrote: > > Hi Gerrit, > > > >> - osg1.x compat, deprecated support > >> - fcd/lex/bison recreation of src files > > > > personally I don't care too much about this being part of th

Re: [Opensg-users] cmake/scons

2008-12-19 Thread Gerrit Voss
Hi, On Fri, 2008-12-19 at 13:07 +0800, Gerrit Voss wrote: > But I'm not sure if I want to go down this road. Anyway I hope I > can commit something today (as soon as I finalized the install part), > so anybody interested can have a look. done, enjoy, the following features

Re: [Opensg-users] cmake/scons

2008-12-18 Thread Gerrit Voss
Hi, On Fri, 2008-12-19 at 09:07 +0800, Gerrit Voss wrote: > Hi, > > On Thu, 2008-12-18 at 19:26 -0300, Thiago Bastos wrote: > > Hi, > > > > Yes, but if I have a separate flag (like the memory debugging > > one > > mentioned) tha

Re: [Opensg-users] cmake/scons

2008-12-18 Thread Gerrit Voss
Hi, On Thu, 2008-12-18 at 19:26 -0300, Thiago Bastos wrote: > Hi, > > Yes, but if I have a separate flag (like the memory debugging > one > mentioned) that's not linked to debug/release/whatnot, then I > get the > same issue. I don't think you can specify

Re: [Opensg-users] Writing sort of observers/listeners for operations on OSG::Node

2008-12-14 Thread Gerrit Voss
Hi, On Sun, 2008-12-14 at 18:40 +0100, Christoph Schäfer wrote: > Hi! > > Has anybody yet designed something like an observer for OSG::Node (or others) > to send a notification to another object on e.g. setting a new > transformation matrix, adding children,…? > > I’m thinking about sub cla

Re: [Opensg-users] Double sided rendering in OpenSG2?

2008-12-14 Thread Gerrit Voss
Hi, On Sun, 2008-12-14 at 14:14 +0100, Christoph Schäfer wrote: > Gerrit Voss schrieb: > > Hi, > > > > On Sun, 2008-12-14 at 13:58 +0100, Christoph Schäfer wrote: > > > >> Hi Marcus, > >> > >> Marcus Lindblom schrieb: > >>

Re: [Opensg-users] Double sided rendering in OpenSG2?

2008-12-14 Thread Gerrit Voss
Hi, On Sun, 2008-12-14 at 13:58 +0100, Christoph Schäfer wrote: > Hi Marcus, > > Marcus Lindblom schrieb: > > Disable back-face culling using a PolygonChunk and either customize your > > shader or use the TwoSidedLightingChunk (or whatever it was called)? > > > > Does that help? > > > > > Th

Re: [Opensg-users] 2.0 on OSX?

2008-12-11 Thread Gerrit Voss
Hi, On Tue, 2008-12-09 at 06:18 -0800, William Thibault wrote: > Hello, > I've been using 1.8 from CVS to learn OpenSG for the last few months, > after repeated failure to get 2.0 to build on OSX. > I've recently found that my vertex program is horribly slow on 1.8 > under OSX, > about 100x slowe

Re: [Opensg-users] Spherical mirror dome projection

2008-12-07 Thread Gerrit Voss
Hi, On Wed, 2008-12-03 at 11:09 +0800, Gerrit Voss wrote: > Hi, > > On Tue, 2008-12-02 at 10:24 +0100, Christoph Schmidt-Hieber wrote: > > Gerrit, > > thank you very much for your reply. > > > > > > > > Do you plan to use a mono or stereo projec

Re: [Opensg-users] [pyopensg] osgmodule_mainheader.h contains missing files?

2008-12-03 Thread Gerrit Voss
Hi, On Wed, 2008-12-03 at 19:30 +0800, Gerrit Voss wrote: > Hi, > > On Wed, 2008-12-03 at 12:15 +0100, Marcus Lindblom wrote: > > Marcus Lindblom wrote: > > > Marcus Lindblom wrote: > > >> Gerrit Voss wrote: > > > > > >>> Ideally ge

Re: [Opensg-users] [pyopensg] osgmodule_mainheader.h contains missing files?

2008-12-03 Thread Gerrit Voss
Hi, On Wed, 2008-12-03 at 12:15 +0100, Marcus Lindblom wrote: > Marcus Lindblom wrote: > > Marcus Lindblom wrote: > >> Gerrit Voss wrote: > > > >>> Ideally gen_bindings.py should be aware of the build.info settings and > >>> only take files t

Re: [Opensg-users] Spherical mirror dome projection

2008-12-02 Thread Gerrit Voss
Hi, On Tue, 2008-12-02 at 10:24 +0100, Christoph Schmidt-Hieber wrote: > Gerrit, > thank you very much for your reply. > > The code is here: > http://local.wasp.uwa.edu.au/~pbourke/papers/tutorials/visualisation_intro.zip > > The relevant files are: > > lorenz/geomviewer/geomviewer.c > where

Re: [Opensg-users] [pyopensg] osgmodule_mainheader.h contains missing files?

2008-12-02 Thread Gerrit Voss
Hi, On Tue, 2008-12-02 at 17:59 -0600, Patrick Hartling wrote: > Marcus Lindblom wrote: > > Hi, > > > > I've coaxed gccxml into fooling OpenSG it is VS9 (I think that would be > > the way to go, we'll see..), so it doesn't fail on first try. > > > > I get the osgmodule_mainheader.h generated a

Re: [Opensg-users] Spherical mirror dome projection

2008-12-01 Thread Gerrit Voss
Hi, On Mon, 2008-12-01 at 16:44 +0100, Christoph Schmidt-Hieber wrote: > Hi, > I'd like to use OpenSG to project a VR environment to a dome using a > spherical mirror, as described by > Paul Bourke on his web site > (http://local.wasp.uwa.edu.au/~pbourke/miscellaneous/domemirror/). > I have d

Re: [Opensg-users] Question regarding aspects in OpenSG2 and example 13multithreading2.cpp

2008-12-01 Thread Gerrit Voss
Hi, On Mon, 2008-12-01 at 15:38 +0800, Gerrit Voss wrote: > Hi, > > On Sun, 2008-11-30 at 22:47 +0100, Christoph Schäfer wrote: > > Hi Marcus, > > > > thanks for your suggestion! Unfortunatly something else must be missing. > > I've set the pointers of

Re: [Opensg-users] Question regarding aspects in OpenSG2 and example 13multithreading2.cpp

2008-11-30 Thread Gerrit Voss
Hi, On Sun, 2008-11-30 at 22:47 +0100, Christoph Schäfer wrote: > Hi Marcus, > > thanks for your suggestion! Unfortunatly something else must be missing. > I've set the pointers of "trans" and "scene" to MTRectPrt. Now the torus > is not turning any more.. but this time even not if the > ...-

Re: [Opensg-users] Ref-count problem in osg2

2008-11-27 Thread Gerrit Voss
Hi, sorry for the delay, end of term and the 64bit boost stuff kept me busy. On Thu, 2008-11-27 at 14:15 +0100, Marcus Lindblom wrote: > (I think I've got it! :) > > Carsten Neumann wrote: > > >> (Also, are the MTRefPtr's nulled in their dtor? I don't think so. > >> Perhaps that's a good idea

Re: [Opensg-users] Small question on __declspec for TLS on Win32 in 2.0

2008-11-27 Thread Gerrit Voss
Hi, On Thu, 2008-11-27 at 14:46 +0100, Marcus Lindblom wrote: > Gerrit Voss wrote: > > >> I was wondering what the use is for the declspec() option (and was > >> guessing at mtptr-performance, which is less critical in OpenSG2)? > >> > >> Also,

Re: [Opensg-users] Small question on __declspec for TLS on Win32 in 2.0

2008-11-27 Thread Gerrit Voss
Hi, On Thu, 2008-11-27 at 13:25 +0100, Marcus Lindblom wrote: > Gerrit Voss wrote: > > Hi, > > > > On Thu, 2008-11-27 at 11:07 +0100, Marcus Lindblom wrote: > >> Hi, > >> > >> I see that there is code for swithcing to the use __declspec(thr

Re: [Opensg-users] Small question on __declspec for TLS on Win32 in 2.0

2008-11-27 Thread Gerrit Voss
Hi, On Thu, 2008-11-27 at 11:07 +0100, Marcus Lindblom wrote: > Hi, > > I see that there is code for swithcing to the use __declspec(thread) > here and there, but it is disabled by default. > > I can understand why it's disabled, since __declspec(thread) is not > compatible with delayed loadi

Re: [Opensg-users] Ref-count problem in osg2

2008-11-22 Thread Gerrit Voss
Hi, On Sat, 2008-11-22 at 17:24 -0600, Carsten Neumann wrote: > Hello Marcus, > > Marcus Lindblom wrote: > > Carsten Neumann wrote: > >> alright, on windows (vs 2008 express) I can reproduce it (r1577). > >> BTW is there a way to start the debugger from a command line (similar > >> like d

Re: [Opensg-users] Unicode & QT issue

2008-11-21 Thread Gerrit Voss
Hi, On Fri, 2008-11-21 at 09:16 +0100, Marcus Lindblom wrote: > Gerrit Voss wrote: > > > as I said my awareness of unicode is not the best ;-). If you need it as > > UNICODE instead of _UNICODE I'm fine to change it. I'm also fine with > > Carstens solution to

[Opensg-users] Siggraph Asia 2008

2008-11-20 Thread Gerrit Voss
Hi, Siggraph Asia is around the corner, unfortunately they don't seem to have BOFH's ;-(. At least I haven't found any hint of them ;-( So if anybody is coming and has some questions or suggestions to deliver in person or is interested in talking about what we are up to or why we are not where

Re: [Opensg-users] Unicode & QT issue

2008-11-19 Thread Gerrit Voss
Hi, On Wed, 2008-11-19 at 09:23 +0100, Marcus Lindblom wrote: > Gerrit Voss wrote: > > Hi, > > > > On Tue, 2008-11-18 at 16:08 +0100, Marcus Lindblom wrote: > >> Hi, > >> > >> In row 3349 of OSGBaseFunctions.inl: > >> > >>

Re: [Opensg-users] Unicode & QT issue

2008-11-18 Thread Gerrit Voss
Hi, On Tue, 2008-11-18 at 16:08 +0100, Marcus Lindblom wrote: > Hi, > > In row 3349 of OSGBaseFunctions.inl: > > #if defined(_UNICODE) > szOutput = new TChar[::wcslen(szInput) + 1]; > ::wcscpy(szOutput, szInput); > #else > szOutput = new TChar[::strlen(szInput) + 1];

Re: [Opensg-users] Compiling OpenSG 2.0 on Windows

2008-11-17 Thread Gerrit Voss
Hi, On Tue, 2008-11-18 at 15:43 +0900, Jeongseok Lee wrote: > Hi, > > > > I got some error message, when I compile OpenSG 2.0 on Windows. > > I installed Python2.6 and Boost correctly, I think. > > And I have OpenSG 2.0 recent version. > > What’s the problem do you think? > > > > C:\Us

Re: [Opensg-users] C4231 warning

2008-11-16 Thread Gerrit Voss
Dear Jeongseok, On Mon, 2008-11-17 at 12:41 +0900, Jeongseok Lee wrote: > Hi, everyone. > > > > I got some warning message. > > What’s the problem? > > > > Warning 47warning C4231: nonstandard extension used : 'extern' > before template explicit instantiation d:\projec

Re: [Opensg-users] Scons for OpenSG2

2008-11-16 Thread Gerrit Voss
Hi, On Sun, 2008-11-16 at 21:46 +0100, Marcus Lindblom wrote: > OpenSG-scons doesn't detect self built boost properly. :-/ > At least, I haven't gotten that to work (but I didn't try too hard > either). It works with the boost-pro downloads for sure though, but I > dunno if those are available

Re: [Opensg-users] Scons for OpenSG2

2008-11-16 Thread Gerrit Voss
Hi, On Fri, 2008-11-14 at 21:34 +0100, [EMAIL PROTECTED] wrote: > Hi Carsten, > > still the same result... ok, where do your boost libs come from ? Self build or downloaded from somewhere. Something seems to be off there because I'm pretty sure all the prebuild versions from boostpro work with

Re: [Opensg-users] Scons for OpenSG2

2008-11-13 Thread Gerrit Voss
Hi, On Thu, 2008-11-13 at 18:51 -0600, Carsten Neumann wrote: > Hello Patrik, > > ok, last resort hack, as otherwise I'm out of ideas, change > Tools/scons-build/OpenSG/AddOnHacks.py line 330 > from: > > self.lib_names.append('system') > > to: > > self.lib_names[0:0] = 'system' > or

Re: [Opensg-users] Scons for OpenSG2

2008-11-13 Thread Gerrit Voss
Hi, the general problem is that VS support is kind of broken and is AFAIK under resconstruction in scons. Could you try the scons local link from the bottom of http://opensg.vrsource.org/trac/wiki/Building kind regards, gerrit --

Re: [Opensg-users] Switch to OpenSG 2.0?

2008-11-12 Thread Gerrit Voss
Hi, On Tue, 2008-11-11 at 14:25 +0100, [EMAIL PROTECTED] wrote: > Hi all, > > we are using OpenSG 1.8 stable for our project. Now there is the question if > and > when we should switch to OpenSG 2.0. > I don't know much about 2.0 and the website is unfortunately down. > So I have a few question

Re: [Opensg-users] Differences between SkyBackground and CubeTextureChunk

2008-11-12 Thread Gerrit Voss
Hi, On Wed, 2008-11-12 at 09:34 -0600, Dirk Reiners wrote: > Hi Lars, > > Lars Bilke wrote: > > My question is: are there any differences in handling the faces of a > > cube texture in a SkyBackground and in a CubeTextureChunk, GLSL shader?? > > > The problem is that the SkyBackground is bas

Re: [Opensg-users] Differences between SkyBackground and CubeTextureChunk

2008-11-11 Thread Gerrit Voss
Hi, On Tue, 2008-11-11 at 15:47 +0100, Lars Bilke wrote: > Hi, > > I want to display a scene with a SkyBackground and some materials in the > scene should reflect the Sky. > When I edit the cube map images so it is right in the shader the problem > is the same on the SkyBackground. > > My qu

Re: [Opensg-users] [PyOpenSG] Updating to trunk & adding win32 support

2008-11-06 Thread Gerrit Voss
Hi, On Thu, 2008-11-06 at 09:11 -0600, Patrick Hartling wrote: > On Nov 6, 2008, at 8:46 AM, Marcus Lindblom wrote: > > > > > Yup, but it seemed as if the osgmodule_... file was handcrafted, and > > I've mainly worked with that as a start. > > It is generated, although it is generated by gen_bi

Re: [Opensg-users] Compiling OpenSG on XP Visual Studio C++ 2005

2008-11-05 Thread Gerrit Voss
Hi, On Wed, 2008-11-05 at 18:12 +0100, Paul Benölken wrote: > Dear all, > > I try to build OpenSG 2.0 with Visual Studio 2005 on Windows XP and > python 2.6 using > > python Tools/scons-local/scons.py BoostBaseDir=c:\programs\boost\boost_1_35_0 > MSVS_VERSION=8.0 var_type=debug enable_unittes

Re: [Opensg-users] Background texture upload

2008-11-04 Thread Gerrit Voss
Hi, On Tue, 2008-11-04 at 06:47 -0600, Allen Bierbaum wrote: > On Mon, Nov 3, 2008 at 10:34 PM, Gerrit Voss > <[EMAIL PROTECTED]> wrote: > > Hi, > > On Tue, 2008-11-04 at 12:25 +0800, Gerrit Voss wrote: > > Hi, >

Re: [Opensg-users] Background texture upload

2008-11-04 Thread Gerrit Voss
Hi, On Tue, 2008-11-04 at 12:25 +0800, Gerrit Voss wrote: > Hi, > > On Mon, 2008-11-03 at 22:11 -0600, Allen Bierbaum wrote: > > Does anyone know where an example of doing this in OpenGL is? I have > > done some google searches and not found anything that looks promising.

Re: [Opensg-users] Increasing minimum boost version to 1.34.0 ?

2008-11-03 Thread Gerrit Voss
Hi, On Mon, 2008-11-03 at 15:51 -0600, Carsten Neumann wrote: > Hi all, > > does anybody foresee (big) problems if we increased the minimum boost > version required for OpenSG 2.0 to 1.34.0 ? one problem I see is that at least one enterprise Linux (RHEL 5) still seems to ship 1.33.1 by d

Re: [Opensg-users] Background texture upload

2008-11-03 Thread Gerrit Voss
Hi, On Tue, 2008-11-04 at 12:25 +0800, Gerrit Voss wrote: > Hi, > > On Mon, 2008-11-03 at 22:11 -0600, Allen Bierbaum wrote: > > Does anyone know where an example of doing this in OpenGL is? I have > > done some google searches and not found anything that looks promising.

Re: [Opensg-users] Background texture upload

2008-11-03 Thread Gerrit Voss
Hi, On Mon, 2008-11-03 at 22:11 -0600, Allen Bierbaum wrote: > Does anyone know where an example of doing this in OpenGL is? I have > done some google searches and not found anything that looks promising. which part ?. As far as I understood it and what I wanted to try first was a combination o

Re: [Opensg-users] Background texture upload

2008-11-02 Thread Gerrit Voss
Hi, On Mon, 2008-10-27 at 07:28 -0500, Allen Bierbaum wrote: > Gerrit Voss wrote: > > Hi, > > > >>> But in general .5-1 sec sounds very long for uploading a texture. Are > >>> you using compressed texture formats like a DXT by chance? Unless you > &g

Re: [Opensg-users] Compiling OpenSG on Windows with Visual C++ 2008

2008-10-29 Thread Gerrit Voss
Hi, On Wed, 2008-10-29 at 09:40 +0100, Marcus Lindblom wrote: > Gerrit Voss wrote: > > > just to confirm my mistake, you only have VS2008 installed not VS2008 > > plus any of the older versions ? > > Correct, only VS2008. It's the only one that's ever been i

Re: [Opensg-users] Compiling OpenSG on Windows with Visual C++ 2008

2008-10-29 Thread Gerrit Voss
Hi, On Tue, 2008-10-28 at 15:26 +0100, Marcus Lindblom wrote: > Johannes Brunen wrote: > > Hello Gerrit and Marcus, > > > > Maybe, it is some envronment problem. However, I'm just trying the scons > > vs_revamp: take 3 branch > > > > http://www.ar.media.kyoto-u.ac.jp/members/david/archives/sco

  1   2   3   4   5   6   7   >