Skip to content

Instantly share code, notes, and snippets.

@nkvenom
Created January 18, 2012 04:42
Show Gist options
  • Save nkvenom/1631019 to your computer and use it in GitHub Desktop.
Save nkvenom/1631019 to your computer and use it in GitHub Desktop.
Una pirámide azteca básica en maxscript
for i = 1 to 10 do
(
Box width: (10.0 - i) length: (10.0 - i ) height: 1.0 pos: [0, 0, i]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment