The behavior can’t be disabled; the engine only renders the outer faces of objects with one notable exception: for MeshParts, the DoubleSided option will cause the engine to render faces along both the face’s standard normal and inverted normal, giving the effect you’re looking for. For anything else, you’d have to detect when the camera is intersecting with the object and subsequently rebuild faces manually.