Package com.xith3d.scenegraph

Examples of com.xith3d.scenegraph.VirtualUniverse.addView()


    
   
   
    Frame3DXith3D f1=new Frame3DXith3D(null, null,"Test1",-1,-1,600,400,pluginManager);
    // TODO Frame3D f2=new Frame3D(null,"Test2",-1,-1,300,300);
    universe.addView(f1.view);
    // TODO universe.addView(f2.view);
       
    while(true){
      f1.view.renderOnce();
      // TODO ! f2.view.renderOnce();
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.