You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have done a really great job with this Interactive 3D script.
I try to have more than one turnable object, but if I add one more, I have an issue : I can turn the first object (or the second), but when I turn the other, the first one turn too.
One solution is to do a new script, and change names. But if we want something like 10 turnable objects, it's a little bit onerous..
Do know this issue ? Do you have solution ?
Thank you for reading,
Peter
The text was updated successfully, but these errors were encountered:
If anyone's still interested in a solution.
Line 60: if($('.draggable').length > 0 && $el.hasClass('draggable')) {
You have to add the "hasClass" Condition.
Hi there !
You have done a really great job with this Interactive 3D script.
I try to have more than one turnable object, but if I add one more, I have an issue : I can turn the first object (or the second), but when I turn the other, the first one turn too.
One solution is to do a new script, and change names. But if we want something like 10 turnable objects, it's a little bit onerous..
Do know this issue ? Do you have solution ?
Thank you for reading,
Peter
The text was updated successfully, but these errors were encountered: