Animation?

BlitzMax Forums/BlitzMax Beginners Area/Animation?

Polarix(Posted 2016) [#1]
I've been making a tardis (lol) but i want to make it be animated to got from
Entityalpha tardis,0
to
entityalpha tardis,1
any suggestions on how to do this?


grable(Posted 2016) [#2]
Something like this perhaps? But im guessing youd want some sort of easing to make it a little less jarring.



dw817(Posted 2016) [#3]
Grable, CreateCamera() is not known to my version of BlitzMAX ?

MaxIDE 1.43
FASM 1.69.14
GCC 5.1.0
G++ 5.1.0


Cocopino(Posted 2016) [#4]
It's a 3D command coming from Blitz3D.
To use it in Blitzmax you'll need a 3D module like Minib3d or OpenB3d


grable(Posted 2016) [#5]
Yeah, i use MiniB3D myself. A modified copy of MiniB3DExtNew to be exact.