Experience-Monks / orbit-controls

generic controls for orbiting a target in 3D
http://jam3.github.io/orbit-controls/
MIT License
110 stars 17 forks source link

Enabling differing zoom factor within model #13

Open wrjanan opened 7 years ago

wrjanan commented 7 years ago

Am attempting to attach a zoomFactor to various elements within the model.

This zoom factor is an attempt to be a factor to be multiplied when the viewer reads a scroll event.

Resulting in a viewer which explodes the scale model upon scrolling out, and building back when scrolling in.

Where will be a good area to add such a function into this code base and will it be alright if you can teach me the ropes of open source coding so I can help contribute to your amazing library!

Cheers~