evanw / csg.js

Constructive solid geometry on meshes using BSP trees in JavaScript
http://evanw.github.com/csg.js/
MIT License
1.79k stars 264 forks source link

viewer.js broken in Firefox #9

Open dronus opened 12 years ago

dronus commented 12 years ago

viewer.js is unable to react to the mouse in Firefox, throwing an exception on every mouse movement:

NS_ERROR_XPC_BAD_OP_ON_WN_PROTO: Illegal operation on WrappedNative prototype object

dronus commented 12 years ago

This maybe is lightgl.js's fault.