3D mesh with 2d view

Blitz3D Forums/Blitz3D Programming/3D mesh with 2d view

Caton(Posted March) [#1]
how can I render 3d mesh with 2d view for my platform game with 2d tiles? like sonic rush.


RemiD(Posted March) [#2]
maybe try to change the cameraproject mode
http://www.blitzbasic.com/b3ddocs/command.php?name=CameraProjMode


Caton(Posted March) [#3]
How do I get positionentity to work?


Stevie G(Posted March) [#4]
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