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
Using graph.lights().split (0,2) blocks the light sources in threejs, but wants to add new multiple light sources to the node, so that the nodes are affected by the intensity of the light sources and produce shadows.
May I ask how to put light sources into the Geometry of Mesh in nodeThreeObject? Currently, it has been found that all light source positions are not in the node, but have been initialized at the (0,0,0) position
The text was updated successfully, but these errors were encountered:
Using graph.lights().split (0,2) blocks the light sources in threejs, but wants to add new multiple light sources to the node, so that the nodes are affected by the intensity of the light sources and produce shadows.
May I ask how to put light sources into the Geometry of Mesh in nodeThreeObject? Currently, it has been found that all light source positions are not in the node, but have been initialized at the (0,0,0) position
The text was updated successfully, but these errors were encountered: