Hello,
    I am facing a problem in trying to reference a TransformGroup Node which has been defined in a class. I would like to reference it in "cresteSceneGraph" so that I can apply Transform 3D objects on it. I appreciate your help in this regard and thank you in advance. The following is a minimal description of structure of my program.
 
public class abcdApp {
 
    TransformGroup original = new TransformGroup();
   
    public abcd() {
        // here is where the geometry and other attributes are described
        // also "original " has many TransformGroup nodes above it
    }
 
    public BranchGroup createSceneGraph() {
        TransformGroup tg = **I want to reference original here ** i.e. tg => original
    }
 
}
 
Please reply to [EMAIL PROTECTED]
 
Thanks !
 
 

Reply via email to