Lines Matching refs:defaultValue
2122 const nw::math::VEC2 defaultValue = vec2Updater.GetDefaultValue(); in ParticleVector2ImmediateUpdater() local
2127 nw::math::VEC2 value = defaultValue; in ParticleVector2ImmediateUpdater()
2208 const nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in ParticleVector3AdditiveUpdater() local
2225 value.x = defaultValue.x; in ParticleVector3AdditiveUpdater()
2226 value.y = defaultValue.y; in ParticleVector3AdditiveUpdater()
2227 value.z = defaultValue.z; in ParticleVector3AdditiveUpdater()
2330 const nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in ParticleVector3ImmediateUpdater() local
2335 nw::math::VEC3 value = defaultValue; in ParticleVector3ImmediateUpdater()
2436 const nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in ParticleVector3RandomAdditiveUpdater() local
2441 nw::math::VEC3 value = defaultValue; in ParticleVector3RandomAdditiveUpdater()
3143 nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in UpdateParticles() local
3144 defaultValue *= diffTime; in UpdateParticles()
3148 internal::VEC3ArrayAddScalar(storagePtr, &defaultValue, processCount); in UpdateParticles()
3166 const nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in UpdateParticles() local
3174 storagePtr[index] = defaultValue; in UpdateParticles()
3193 const nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in UpdateParticles() local
3201 storagePtr[index] = defaultValue * diffTime; in UpdateParticles()