Package wolf.city.buildings.shape

Examples of wolf.city.buildings.shape.WallSection


              if((k+f)%2==1){
                GL11.glColor3f(.2f,.4f,.6f);
              }else{
                GL11.glColor3f(.5f,.4f,.3f);
              }
              WallSection ws = wc.wall.children.get(k);
              Coordinate wsp0 = line.pointAlong(curPosWall/wallLength);
              curPosWall += ws.length;
              Coordinate wsp1 = line.pointAlong(curPosWall/wallLength);
              wsp1.z = 0;
              wsp0.z = 0;
View Full Code Here

TOP

Related Classes of wolf.city.buildings.shape.WallSection

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.