Package syn3d.ui.xith3d

Examples of syn3d.ui.xith3d.SceneGraphModelXith3D


    pluginName = new String("Xith 3D Viewer");
    pluginManager = ((PluginManager) new Xith3DPluginManager());
   
    mainBuiltin = (Syn3DPlugin)pluginManager.getPlugin(Xith3DSyn3DBuiltin.class);
   
    tm = ((SceneGraphModel)new SceneGraphModelXith3D());
   
    // Others builtins related to the Java 3D plugin
    UserProperties p=Run.getProperties();
    String plugins=p.getProperty("syn3d.plugins.xith3d");
   
View Full Code Here

TOP

Related Classes of syn3d.ui.xith3d.SceneGraphModelXith3D

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.