zz85 / zz85-bookmarklets

my collections of bookmarklets
http://zz85.github.com/zz85-bookmarklets/
33 stars 12 forks source link

Three.js Inspector: '*new* Enable Draggable Objects' not working #8

Open theo-armour opened 9 years ago

theo-armour commented 9 years ago

Three.js Inspector: 'new Enable Draggable Objects' is not working because raw.guthub.com is no longer accessible.

This is related to https://github.com/zz85/zz85-bookmarklets/issues/5 but the title of that issue does not seem to be clear about which bookmarklet is involved and what problem is caused.

As I mentioned in my response to that issue, the problems could be resolved by keeping the files in GitHub gh-pages.

I look forward to playing with Inspector as intended...

zz85 commented 9 years ago

now three inspector loads the draggable objects script, but its still broken, possibly because its using a really old version of DragControls. will need to take a look into this...

theo-armour commented 9 years ago

now three inspector loads the draggable objects script, but its still broken

I have submitted a request with some suggested fixes. These help but do re-enable functionality.

It would take me some hours to gain an understanding of what goes on. All I know is that I really like what I see in http://jabtunes.com/labs/3d/spline3editor.html - which works but is based on an old release. So I am hoping you will find some time for this effort.

Also I have had a look at: http://threejs.org/examples/#webgl_interactive_draggablecubes

This script does things that are similar to DraggingCubes. I am wondering if you could compare and contrast the efficacy of the two routines?