3D mesh with 2d view
Blitz3D Forums/Blitz3D Programming/3D mesh with 2d view| 
 | ||
| how can I render 3d mesh with 2d view for my platform game with 2d tiles? like sonic rush. | 
| 
 | ||
| maybe try to change the cameraproject mode http://www.blitzbasic.com/b3ddocs/command.php?name=CameraProjMode | 
| 
 | ||
| How do I get positionentity to work? | 
| 
 | ||
| With Cameraprojmode 2 you need to change the camerazoom to a value less than 1.  Try something like 1.0 / 50.0 . The positionentity will work as normal. Stevie |