Hi, I'm trying to use NWNLoader. The viewer works without problems.
Now I'm trying to use the loader to add the loader scene (the bugbear) to an existing scene graph. The problem is this: when I add the bugbear branchGroup all the other shapes disappears and just the bugbear is displayed. If I move in the scene sometimes the bugbear gets covered by some invisible shape: it looks like the other shapes are still present but they are no longer lighted. The line that switch between the to situations is just scene.addChild(bugbear.getBranchGroup()); scene is the root branchGroup of the scene (just under the locale). The other shape and lights are also added under this branchGroup. How is this possible ? I'm using j3d 1.3beta1/jdk 1.4.0 under linux Bye =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".