Viewpoint Forums
Viewpoint Forums
Viewpoint Tips, Tricks & Hacks
Dynamically Changing Mousespeed|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
|
Member |
Anyway to make
<MTSInteractor Name="Mouse_Speed"> <OnDrag Action="MTSCameraNavi" _dx="MTSEvent::_dx_" _dy="MTSEvent::_dy_" _scale="0.75"/> </MTSInteractor> dynamic so i can have different speeds? |
||
|
|
EnIgMaTiCScOrPioN Member |
Hi Dr.
How would you generate the dynamic value? Try this to start off... <MTSAction Name="myAction" > <MTSCameraNavi _dx="MTSEvent::_dx_" _dy="MTSEvent::_dy_" _scale="newVal" /> </MTSAction> <MTSInteractor Name="Mouse_Speed" > <OnDrag Action="myAction" newVal="dynamicValue" /> </MTSInteractor> Also this action can be triggered through JS and the values can be assigned from there too. Let me know more about your application, so I can help you out. Cheers, Anup |
|||
|
| Powered by Eve Community |
| Please Wait. Your request is being processed... |
|
Viewpoint Forums
Viewpoint Forums
Viewpoint Tips, Tricks & Hacks
Dynamically Changing Mousespeed
