Attaching a scenegraph to a branchgroup ?

Hi,

I’ve taken a program to create scenegraph from a wrml file (cybervrml97).
That works fine. But what I want to do now is to “connect” this scenegraph
to a J3D hierarchy that I’ve created by myself: branchgroup, transformgroups…

Do you think I can make this connection by the mean of a branchgroup or transformgroup ?

The scenegraph I’ve mentionned is displaved directly through a canvas.

Any Idea ?

Spytox

Yes. BranchGroup is what you want.

Read the docs and then tell us if you have problems using it.