Package org.xith3d.shapes

Examples of org.xith3d.shapes.Rectangle


 
  public BranchGroup createScene() {
   
    BranchGroup branchGroup = new BranchGroup();
   
    Rectangle rectangle = new Rectangle(1f, 1f, 0f, ResBag.getTexture( Textures.BACKGROUND_IMAGE.toString() ));
   
    //BackgroundImage backgroundImage = new BackgroundImage( ResBag.getTexture( Textures.BACKGROUND_IMAGE.toString() ), 1f );
   
    branchGroup.addChild( rectangle );
   
View Full Code Here

TOP

Related Classes of org.xith3d.shapes.Rectangle

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.