XNACS1Lib: CSS490 Spring 2011
Assembly: XNACS1Lib (in XNACS1Lib.dll) Version: 1.0.0.0
Overloaded TravelPrimitive for Particles.
Moves the particle during each update cycle. This function is automacially called for all visible
particle. Default behavior is to move the particle if:
. Primitive is visible (invivislble primitive is not updated)
. ShouldTravel is true
. HasNonZeroVelocity() is true
This method moves the particle in the direction of its velocity and also displaces it according to the ParticleTravelMode chosen.
Namespace: XNACS1LibAssembly: XNACS1Lib (in XNACS1Lib.dll) Version: 1.0.0.0
Syntax
C# |
---|
public override void TravelPrimitive() |