Ghost quadricopter

Typically: "How do I... ", "How can I... " questions
Post Reply
cpscps
Posts: 3
Joined: 09 Sep 2020, 11:37

Ghost quadricopter

Post by cpscps »

I want to make four different quadricopters follow four different paths but I also want that two of them could go through every object in the scene (cuboids, other quadricopters, the wind detached by the other quadircopters, etc). I want that two quadricopters only to draw the path they are following, but I dont know how to make them act like ''ghosts''. Is it possible?

thanks in advance

coppelia
Site Admin
Posts: 10366
Joined: 14 Dec 2012, 00:25

Re: Ghost quadricopter

Post by coppelia »

Hello,

you should do this by modifying the respondable flags of the model's objects. If you clear the global respondable flags, then the model will not react to collision with any other object in the scene.
Particles should be handled separately, but they also have those respondable flags (you can modify this in the various scripts attached to the model)
The quadcopter model in next release will be greatly simplified, with a single script in charge of the whole quadcopter. You can find updated models here (but be aware that some might require features of next release)

Cheers

Post Reply