Add and remove a 3d element from canvas at runtime #779
Answered
by
dangrabcad
PaganViking
asked this question in
Q&A
-
Is it even possible to add and remove a 3d element from canvas at runtime ? |
Beta Was this translation helpful? Give feedback.
Answered by
dangrabcad
Nov 6, 2020
Replies: 1 comment 5 replies
-
Yes, the same way you can add and remove DOM elements from your React page at runtime. Just either include or don't include the element in the tree depending on what props your component receives |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
PaganViking
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, the same way you can add and remove DOM elements from your React page at runtime. Just either include or don't include the element in the tree depending on what props your component receives