You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already set useNodePixels: truein the constructor,but the children of the object is empty.The same code is available in browsers.
My approach is to add global.require = require;const THREE = require("three") to the head of the file and add module.exports = ThreeGeo at the end of the file.
I would like to ask if my usage is wrong. I look forward to your reply
The text was updated successfully, but these errors were encountered:
I already set
useNodePixels: true
in the constructor,but the children of the object is empty.The same code is available in browsers.My approach is to add
global.require = require;const THREE = require("three")
to the head of the file and addmodule.exports = ThreeGeo
at the end of the file.I would like to ask if my usage is wrong. I look forward to your reply
The text was updated successfully, but these errors were encountered: