Examples of Xith3DPluginManager


Examples of syn3d.base.xith3d.Xith3DPluginManager

    protected SceneGraphModel tm;
   
  public Xith3DPlugin3D(){
   
    pluginName = new String("Xith 3D Viewer");
    pluginManager = ((PluginManager) new Xith3DPluginManager());
   
    mainBuiltin = (Syn3DPlugin)pluginManager.getPlugin(Xith3DSyn3DBuiltin.class);
   
    tm = ((SceneGraphModel)new SceneGraphModelXith3D());
   
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.