Using .maplet files

Blitz3D Forums/Blitz3D Programming/Using .maplet files

kfprimm(Posted 2005) [#1]
This probably sounds like a stupid question but can't figure out how to use .maplet files. Can anyone help?


ozak(Posted 2005) [#2]
Well. You can't read them directly but maplet can export your scene as b3d which you can easily read and display. See the example source that comes with maplet.


kfprimm(Posted 2005) [#3]
Alright thank you