Physics objects and collision effects
I've got multiple func_physbox's (they are actually 'tiles')
If you constraint them with say a phys_ballsocket or something, when they move about I get smoke and sparks as they hit each other.
Is there any way to disable the collision effects of the smoke and sparks?
I couldn't find anything to do it.
Thanks,
Rob.
Robdon wrote:
Is there any way to disable the collision effects of the smoke and sparks?
Try checking "Debris - Don't collide with the player or other debris" or "no collision until break" in flags
Why a ballsocket to attach a tile? why not a spring or a hinge, or even a straight constraint until you need it to break?
Source made a great physics engine. I have no idea why people haven't been fiddling around with phys_slideconstraints, springs or motors.
Thanks for the replies guys.
After playing around with my 'idea', I've decided I still want the collision effects now.
When I first started, they looked weird, but now I think I'll keep them.
However, I'll take a look at the constraint things, as that could prove helpful in other areas.
Ta,
Rob.