N1K003

Untitled

Jul 8th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. boolean evenRow = false;
  2. type = 0;
  3. for y=0.0 to yMax step yStep do
  4. if (evenRow) type = type1;
  5. else type = type2;
  6. evenRow = !evenRow;
  7. for z=0.0 to zMax step zStep do
  8. for x=0.0 to xMax step xStep do
  9. положи_кирпич_по_координатам(x,y,z);
  10. done
  11. done
  12. done
Advertisement
Add Comment
Please, Sign In to add comment