07-12-2011, 07:44 AM
Gigatom~ > you can't do that with the current version. This engine was originally designed for small heights.
edmhotta > I'm not sure to understand : didn't you try the following commands ?
Optionnal tag :
[%XXX] : XXX is the angle of rotation (in degree) : 0 -> 359, 0 by default
- To set a new angle of rotation (0~379) :
$scene.hm7_set_theta(new angle)
To slide progressively into a new angle of rotation :
$scene.hm7_to_theta(angle, speed, dir)
To increase/decrease the angle of rotation :
$scene.hm7_increase_theta(value)
edmhotta > I'm not sure to understand : didn't you try the following commands ?
Optionnal tag :
[%XXX] : XXX is the angle of rotation (in degree) : 0 -> 359, 0 by default
- To set a new angle of rotation (0~379) :
$scene.hm7_set_theta(new angle)
To slide progressively into a new angle of rotation :
$scene.hm7_to_theta(angle, speed, dir)
To increase/decrease the angle of rotation :
$scene.hm7_increase_theta(value)
Some scripts :
Working on :