Questions about viewport #86
Answered
by
meowgorithm
mistakenelf
asked this question in
Q&A
-
Any help is much appreciated |
Beta Was this translation helpful? Give feedback.
Answered by
meowgorithm
Apr 16, 2021
Replies: 2 comments 7 replies
-
Hi! To help answer you we'll need a little more context. Can you link to the relevant parts in your source code? |
Beta Was this translation helpful? Give feedback.
5 replies
-
Okay, so for the viewport:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mistakenelf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay, so for the viewport:
viewport.SetContent
mutates the viewport model, and thus it should only be used in anUpdate
. In this case viewport is being altered updated in yourView
function and is almost certainly getting confused about its contents.