gregvonkuster / galaxy-csg

Galaxy tools for Constructive Solid Geometry
MIT License
5 stars 2 forks source link

When ready, reference 3rd-party Javascript code from remote location #10

Open gregvonkuster opened 9 years ago

gregvonkuster commented 9 years ago

The following are currently referenced locally, and should be referenced from their remote source. VTKLoader.js will need to be submitted to mr. door when we're ready.

    ${h.javascript_link( app_root + 'dat.gui.min.js' )}
    ${h.javascript_link( app_root + 'three.min.js' )}
    ${h.javascript_link( app_root + 'Detector.js' )}
    ${h.javascript_link( app_root + 'Lut.js' )}
    ${h.javascript_link( app_root + 'OrbitControls.js' )}
    ${h.javascript_link( app_root + 'PLYLoader.js' )}
    ${h.javascript_link( app_root + 'VTKLoader.js' )}
pletzer commented 8 years ago

VTKLoader was commited so can use remote version. I don't think PLYLoader was ever modified so should be able to use remote version. Ditto for OrbitsControls.js for Detector.js data.gui.js and three.min.js. Lut.js is no longer used.

pletzer commented 8 years ago

@gregvonkuster Should be able to use VTKLoader.js from devel branch of three.js