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'm trying to exclude some objects from some lights (and the shadows they cast). However, as per mrdoob/three.js#5180, this is only possible with a workaround (by putting objects into different scenes). Is it possible to place an object into a different scene with react three fiber?
I think I could do a primitive and pass in a scene, although is there a declarative way to do this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to exclude some objects from some lights (and the shadows they cast). However, as per mrdoob/three.js#5180, this is only possible with a workaround (by putting objects into different scenes). Is it possible to place an object into a different scene with react three fiber?
I think I could do a
primitive
and pass in a scene, although is there a declarative way to do this?Beta Was this translation helpful? Give feedback.
All reactions