isometric engine

Blitz3D Forums/Blitz3D Programming/isometric engine

Amanda Dearheart(Posted 2010) [#1]
Does anybody hae a suggestion on how to implement isometric graphics in the Blitz3D language?


Matty(Posted 2010) [#2]
If you want to do it with the 2d commands there are plenty of tutorials for this sort of thing on Gamedev.net

If you want to do it with 3d commands then an orthographic projection (cameraprojmode camera,2), rotate camera appropriately, adjust the zoom level and it's done!


Amanda Dearheart(Posted 2010) [#3]
Thanks Matty.