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 !
camera speed, very speed
Forum rules
Please help to make this forum more useful by checking the FAQs before posting! Keep it clean, keep it civil, keep it truthful, stay on topic, be responsible, share your knowledge.
Please help to make this forum more useful by checking the FAQs before posting! Keep it clean, keep it civil, keep it truthful, stay on topic, be responsible, share your knowledge.
Re: camera speed, very speed
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:
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
Thank's !
(Merci beaucoup Jogad !)
(Merci beaucoup Jogad !)