| Importing 3D static meshes (trees, buildings, etc), setting
up collisions and interactions is very easy to understand and rewarding.
Whether you build them yourself or get free ones off the internet, it
really spices up a 3D level. Blitz3D allows for .X, .3DS or .B3D files
(usually created in advance by one of a number of 3D model creation
apps). Most meshes come with an accompanying texture file that must be
placed in the same location with the mesh. Many FREE meshes can be found within the Blitz3D example folders or online (HERE and HERE). |

; Nothing new here :) |
... |
... ; NEW Random LoadMeshes - replaces 2D tree sprites |
| THE CHALLENGE!!! |
| Create or add or replace with new meshes! Alter scaling ranges? |