Hi,
I realise a dont introduce myself here, sorry about this.
I am technical artist getting more and more interest in the technical side even if my level in math is fairly low (alway looking by the window at school).
Since last month’s i am looking around all this current web tech’s, searching for my next fall in love.
i think i have found the major chemical ingredients.
To be honest i dont have any prior background or experience in this area, so, the challenge is here directly from start.
Also, for personal taste, learning purpose and conviction, i try to limit the dependencies as much as possible, so, no jquery, no vue, no react, no sass, etc … and all sort of big heavy over framework.
Here we are, i pick:
Typescript, because they say is modern, is typed and is like a upper class over javascript, why hesitate.
Electron, this is like the central point in my need about program mixing desktop and web universe.
And of course Babylon which i am very happy about, obviously is needed to learn it … understand it etc…
For the 2d ui layer i will go for simple html5 and normal css.
All this to warn about, i will surely pull here very basic and naive questions.
Also, as Deltakosh ighlight it i probably have tendency to read to diagonaly the doc and the thread here
So, thanks all of you guys in advance for your time and passion.
Ok, let start my new questions:
- i want to keep the ArcRotateCamera mouse control but without the right click.
i already disable the keyboard and set the panning
- camera.inputs.remove(camera.inputs.attached.keyboard);
- camera.panningSensibility = 0;
note:
the middle mouse button rotate also the camera which is not a problem, even if it could be nice to disable too.
- How to rotate the sphere (rotation.y) with the right mouse button without influencing the camera ?
ArcRotateCamera and right click
thx.