Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
Pages: 1
Can someone advise on how to do it? Tried almost every combination with different plugits but still no luck. I want the object follow the mouse when it's clicked and dragged. Could only achieve some jumps to where mouse is clicked. Thank you!
My programming background is HiAsm and MQL4, PHP, JavaScript.
Offline
look at this sample: http://www.arkeon.be/scol/os3d/move_obj_mouse.xos
Offline
Thank you very much! But my right mouse click does not move the cube.. Here's my log:
> Action : Scene.switch position.Input with param : NIL and reply param : NIL
> Event : Scene.mouse inst.MouseMove with param : NIL
> Action : Scene.switch position.Input with param : NIL and reply param : NIL
> Event : Scene.mouse inst.MouseMove with param : NIL
> Action : Scene.switch position.Input with param : NIL and reply param : NIL
> Event : Scene.mouse inst.MouseMove with param : NIL
> Action : Scene.switch position.Input with param : NIL and reply param : NIL
Last edited by Coder108 (9-Sep-2019 10:21:08)
My programming background is HiAsm and MQL4, PHP, JavaScript.
Offline
So it is not an easy task to provide some example where I can move cube mesh at runtime and drag it on the screen? Sorry for asking for code)
For example if I want to create an VR app where one can place furniture (chairs, lamps, etc) where he likes to by dragging them with mouse. How can I handle this functionality? You example was interesting and helpful to some extent but still I do not know how to do it.
My programming background is HiAsm and MQL4, PHP, JavaScript.
Offline
Hello arkeon, yes I saw those plugits, but still was unable to move object as desired. May be I need a simple working example project, I think it will be of great use to all other users, as this is a key functionality of interaction with objects in 3D world..
My programming background is HiAsm and MQL4, PHP, JavaScript.
Offline
Object handler gives a dedicated ergonomic to move, rotate or translate objects with mouse or in VR.
To make such complexe interaction with a different ergonomy you will need to make your own plugit.
Offline
Pages: 1