[SOLVED] Control Mesh Visibility

How do i set the mesh visibility. I dont want to just DISABLE the mesh, but i need it to be INVISIBLE.

Specifically … Navigation Mesh… I need the mesh to exists so i can do path finding, but i dont want to see nav mesh in the scene… I dont see any kind mode meshInstance.visible = false or meshInstance.visibilty = 0.0 or anything like that… So my question is … How do make Invisible Meshes ???

How about:

https://developer.playcanvas.com/en/api/pc.MeshInstance.html#visible

Crap… I totally overlooked that… I did NOT see that visible property… I think i was looking on the entity and NOT the meshInstance… Thanks @will :slight_smile:

1 Like