jeromeetienne / threejs-inspector

chrome devtool extension to debug three.js
https://chrome.google.com/webstore/detail/threejs-inspector/dnhjfclbfhcbcdfpjaeacomhbdfjbebi
200 stars 45 forks source link

THREE.BoxHelper: .update() has no longer arguments. #31

Open dbkaplun opened 6 years ago

dbkaplun commented 6 years ago

BoxHelper#update does not accept arguments as of threejs r85. object3d should be set as an .object property on the BoxHelper, preferably in the constructor. screen shot 2018-02-21 at 2 48 59 pm