Hello developers,
So currently i am having an issue with viewport frames that i haven’t ever experienced before, so for some reason the meshes of the character i would like are for some reason not there. Furthermore, somehow it is making the back wall visible although there is a wall behind the character and a slight part of their arm is visible. You can see this in the image below:
It could be caused by the mesh’s vertices having erased alpha. Vertices with erased alpha have an interesting interaction in ViewportFrames which causes them to render nothing behind them. It’s actually how ViewportFrame Masking works.
If it’s actually the case you can see the mesh disappear immediately in the workspace if you raise its transparency to anything above 0.01.
If it’s not caused by erased vertex alpha then it could be caused by the SurfaceAppearance having transparency within its ColorMap, although that shouldn’t be able to fully erase the ViewportFrame behind it from what I’ve tested.