Thanks for the help, it seems to work now. The strange thing is though, that it does not work anymore when I use arrays (which is also the reason why the navigator did not work at some tests I did). When I create all the viewports and decorators as single variables (and assign one of them to the navigator) it works, but with
ViewportPtr vp[5];
for(int i = 0; i < 5; i++)

      vp[i] = Viewport::create();
...
nav.setViewport(vp[0]);
and so on, it does not. Is there a reason for this? After all, I am able to use e.g. arrays of TransformPtr, so i thought this would work as well.
 

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to