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 am trying to make a 3d background in <Scene /> that persist across navigation.
But there's only <View/> that is put on pages (in {children}) showing on screen, the 3d background in does not show.
I'll have to get rid of <View /> in page to make the <Scene /> show.
Do i miss anything?
The text was updated successfully, but these errors were encountered:
LuLue7775
changed the title
Object in <Scene/> contradict with <View /> on pages
Object in <Scene/> contradicts with <View /> on pages
Dec 27, 2023
I am trying to make a 3d background in
<Scene />
that persist across navigation.But there's only
<View/>
that is put on pages (in {children}) showing on screen, the 3d background in does not show.I'll have to get rid of
<View />
in page to make the<Scene />
show.Do i miss anything?
The text was updated successfully, but these errors were encountered: