Page 1 of 1

camera speed, very speed

Posted: 14.04.2009, 09:14
by tabuzz
Is it possible to reduce the speed of the camera (for example when it's done "go-to") ?
Probably somewhere in the code, but where ?

Thank's ! :mrgreen:

Re: camera speed, very speed

Posted: 19.04.2009, 19:58
by jogad
Hi,

The tip to modify the goto command speed may be found in a previous topic here
viewtopic.php?f=2&t=12232

Alternatively if you are using Vincent's edu lua tools, there is a line that you can modify to configure the speed of a custom goto key in the config.lua file:

Code: Select all

-------------------------------------------------------------------------------------------------------
-- Define the travelling duration (in seconds) of the Custom Goto command, accessible by [Shift]+[G].
-------------------------------------------------------------------------------------------------------
custom_goto_duration = 15

Re: camera speed, very speed

Posted: 21.04.2009, 12:50
by tabuzz
Thank's !
(Merci beaucoup Jogad !) :wink: