BigKevSexyMan
Member
How would I go about doing this? Say I wanna take a flat square like this:
and turn it into this:
How would I do that?
Code:
_____________
| |
| |
| |
| |
| |
| |
---------------
and turn it into this:
Code:
/|
/ |
/ |
| |
| |
| |
\ |
\ |
\|
How would I do that?