Package syn3d.nodes.xith3d

Examples of syn3d.nodes.xith3d.SceneNodeXith3D


     */
    public ActiveNode create(String node, ActiveNode parent) {
      if (node==null) return null;
     
      if (node.equals(NodeResourcesManager.getResources().getString("Scene")))
        return new SceneNodeXith3D(parent, pluginManager);
     
      else if (node.equals(NodeResourcesManager.getResources().getString("BranchGroup")))
        return new BranchGroupNodeXith3D(parent);
     
     
View Full Code Here

TOP

Related Classes of syn3d.nodes.xith3d.SceneNodeXith3D

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.