-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I get folowing errors in web browser, after I start node-machinetalk-example with:
.../node-machinetalk-example$ node index.js
GET http://localhost:3000/components/renderjson/renderjson.js
localhost/:9 GET http://localhost:3000/components/threejs/build/three.js
localhost/:10 GET http://localhost:3000/components/threejs/examples/js/controls/OrbitControls.js
boundingbox.js:40 Uncaught ReferenceError: THREE is not defined(anonymous function) @ boundingbox.js:40context.execCb @ require.js:1678Module.check @ require.js:878Module.enable @ require.js:1165Module.init @ require.js:783callGetModule @ require.js:1192context.completeLoad @ require.js:1571context.onScriptLoad @ require.js:1699
Seems renderjson/renderjson.js is not part of repository - is this separate nodejs module?