Particles Troubleshooting: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
'''Q:''' I have an instantaneously emitted particle with a long lifetime that's supposed to attach to an object, but it's getting left behind when the object moves.
'''Q:''' I have an instantaneously emitted particle with a long lifetime that's supposed to attach to an object, but it's getting left behind when the object moves.


'''A:''' Add a position_lock_to_controlpoint operator with a control point of 0. By default that control point is the emitter.
:'''A:''' Add a position_lock_to_controlpoint operator with a control point of 0. By default that control point is the emitter.
 
[[Category:Particle System]]

Revision as of 15:45, 3 July 2008

Q: I have an instantaneously emitted particle with a long lifetime that's supposed to attach to an object, but it's getting left behind when the object moves.

A: Add a position_lock_to_controlpoint operator with a control point of 0. By default that control point is the emitter.