remove prints
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
d3d37bb763
commit
46ce42eb29
@ -86,12 +86,6 @@ public class TownLayout {
|
||||
scanPoint.set(townCenter).add(0,0,-TOWN_LAYOUT_SCALER);
|
||||
Vector3d downNodeLoc = TownLayout.getTownCenter(realm, scanPoint);
|
||||
|
||||
System.out.println("Center: " + centerNodeLoc.x + " " + centerNodeLoc.y + " " + centerNodeLoc.z);
|
||||
System.out.println("Up: " + upNodeLoc.x + " " + upNodeLoc.y + " " + upNodeLoc.z);
|
||||
System.out.println("Right: " + rightNodeLoc.x + " " + rightNodeLoc.y + " " + rightNodeLoc.z);
|
||||
System.out.println("Left: " + leftNodeLoc.x + " " + leftNodeLoc.y + " " + leftNodeLoc.z);
|
||||
System.out.println("Down: " + downNodeLoc.x + " " + downNodeLoc.y + " " + downNodeLoc.z);
|
||||
|
||||
//up-facing road
|
||||
Road.createRoad(macroData, upNodeLoc, centerNodeLoc);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user