-
I am playing with the starter demo and trying to add a SpotLightHelper to the scene. But I cannot figure out how to do it. |
Beta Was this translation helpful? Give feedback.
Answered by
drcmda
Jan 23, 2021
Replies: 1 comment 1 reply
-
look into dreis useHelper - makes it straight forward. everything that needs constructor arguments is normally driven imperatively, as in you would normally create the spotlight imperatively and then feed it to the declarative helper. but useHelper makes that a little easier. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fnick851
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
look into dreis useHelper - makes it straight forward. everything that needs constructor arguments is normally driven imperatively, as in you would normally create the spotlight imperatively and then feed it to the declarative helper. but useHelper makes that a little easier.