Search Unity

How to see dome inside of it?

Discussion in 'Visual Effect Graph' started by DropOfCoffee, Jul 2, 2021.

  1. DropOfCoffee

    DropOfCoffee

    Joined:
    Jul 1, 2021
    Posts:
    1
    Hi!
    I'm new at unity. I made a sphere in blender and cut it, so I get the dome. And added to my scene in unity. But, I've met a problem: I can't see the walls inside of my dome. How can I fix it?

    Outside of dome
    upload_2021-7-2_19-0-17.png

    inside of it
    upload_2021-7-2_19-1-31.png
     
  2. Qriva

    Qriva

    Joined:
    Jun 30, 2019
    Posts:
    1,314
    Wrong forum section - this one is about vfx graph, not rendering in general.

    About your problem, (in very short) rendering is not free and in most of cases there is no need to render meshes from inside, so by default it's skipped. However it might be needed to render both sides or only internal one, so it can be implemented in shader (program describing how your mesh is rendered). Assuming your material uses default Lit shader, there should be option "Render surface" and you can select what you need (both).