Re: [osg-users] Multi-Node?

2008-02-15 Thread Tanja & Paul
Thanks Robert - Yes I meant multiple displays, thanks for your response. I saw a thread a while back in regards to openProducer, cant recall it but I believe Don was saying openProducer supported multiple channels or a cluster of machines. Does anyone know if OpenProducer has this support. Reg

Re: [osg-users] PagedLOD node page callback

2008-01-26 Thread Tanja & Paul
Hi Guerro, Hope I understand you correctly - but couldn't you just use node->getParent() perhaps cast it if(node->asGroup()) osg::Group* group = dynamic_cast(node); ..or maybe getnodePath() to find what your after. Sorry if I've mispellt the methods. ---

[osg-users] RTT Camera for Reflections

2008-01-21 Thread Tanja & Paul
Hi , I've also been dealing with the problem of RTT with osgCamera and using it as reflections in my ocean. I'e used the reflection example as a basis However The problem I have is I've been pulling the view matrix from osgViewer and inverting it and using that matrix in my RTT Camera . Needless