Hey, so I have this custommeshcomponent, which is in a blueprint.
When I spawn it, I can only see the mesh from oneside.
This mesh is a triangle. Here are two pictures:
From this side it’s viewable
but if you walk over to the left a few steps:
It suddenly becomes invisible.
Do you know why this happens and if I can fix this?
Mattlauk
(Mattlauk)
December 28, 2014, 7:57pm
2
I believe the you need to set your material to 2 sided. The back faces are culled by default. Here is a link to a similar question that should help you out.
Thank you this worked! I went into the material of the custom mesh and changed it there!
Do you by any chance know how to add collisions to a custom mesh?
Mattlauk
(Mattlauk)
December 29, 2014, 12:05am
5
No problem! Here is a detailed tutorial that shows how to do it in c++. I’m not sure if there is a way do do it in blueprint yet.