Using .maplet files
Blitz3D Forums/Blitz3D Programming/Using .maplet files
| ||
This probably sounds like a stupid question but can't figure out how to use .maplet files. Can anyone help? |
| ||
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. |
| ||
Alright thank you |