I am currently working on creating a plugin prototype to allow customization of 3D objects using ThreeJS. You can view my progress so far here:
If you've visited the link, you may have noticed that when hovering over the left or right arrow, the object rotates with its origin point at the top left corner. Does anyone have suggestions on how to change this behavior in ThreeJS?
Below is the code I have been working on:
var options = $.extend({
// code continues here