Camera path

Blitz3D Forums/Blitz3D Programming/Camera path

Afke(Posted 2005) [#1]
Is there the way to make camera path? I nead it for game .
Camera has to folow path and turn and folow the entity.


Matty(Posted 2005) [#2]
Yes, there are many, many different ways of doing this.

I am not sure if you want a predefined path that the camera follows or a dynamic path that can change in real time. Either way its quite possible.

A crude way of doing it for a pre defined path would be to place pivots along your path and have the camera point at them and move forwards at an appropriate speed.


Afke(Posted 2005) [#3]
Thanks,
It's easy path is one fix line in the world, so position of camera always has to be somevere on thet line and camera will in same time folow look at entity. So efect will be wery interesting.