making a mesh disappear

Typically: "How do I... ", "How can I... " questions
Post Reply
rico
Posts: 6
Joined: 07 Jun 2013, 19:50

making a mesh disappear

Post by rico »

Hello

I created some meshes and have other objects in my scene that I would like to be able to make invisible. Anyone knows how I an do that?

thanks

Rico

Eric
Posts: 186
Joined: 11 Feb 2013, 16:39

Re: making a mesh disappear

Post by Eric »

Hi

You could simply assign your mesh or objects to an other layer that is not visible doing:

Code: Select all

simSetObjectIntPrameter(objHandle,10,layerMask)
Cheers

Eric

Post Reply