-
Hi I was looking at this directional light example from @drcmda and was trying to get it work in the latest version. But it seems like something about useResource has changed. |
Beta Was this translation helpful? Give feedback.
Answered by
karimi
Mar 6, 2021
Replies: 4 comments 6 replies
-
I basically need to set up a directional light and pass props for |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
karimi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I basically need to set up a directional light and pass props for
position
andtarget
to it. So if there's a better way to do that without usinguseResource
it'll be great.