chilipeppr / widget-3dviewer

The amazing 3D viewer that is the centerpiece of ChiliPeppr. It knows how to parse Gcode to show it as a 3D representation. Has a simulator built in for the tool path. Also has numerous pubsub signals defined to enable 3rd party tools to inject 3D objects into the viewer.
16 stars 41 forks source link

3D Viewer optimizations (take 2) #10

Closed dchote closed 7 years ago

dchote commented 7 years ago

Hi John, I just finished making the first round of optimizations to the 3D viewer, and they are ready for you to review/integrate at your discretion.

All aspects have been updated to support the current THREE.JS version.

There was a race condition on the font loading, that caused an issue I hadn't seen before, this has now been resolved.