Lines Matching refs:defaultValue
2107 const nw::math::VEC2 defaultValue = vec2Updater.GetDefaultValue(); in ParticleVector2ImmediateUpdater() local
2112 nw::math::VEC2 value = defaultValue; in ParticleVector2ImmediateUpdater()
2193 const nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in ParticleVector3AdditiveUpdater() local
2210 value.x = defaultValue.x; in ParticleVector3AdditiveUpdater()
2211 value.y = defaultValue.y; in ParticleVector3AdditiveUpdater()
2212 value.z = defaultValue.z; in ParticleVector3AdditiveUpdater()
2315 const nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in ParticleVector3ImmediateUpdater() local
2320 nw::math::VEC3 value = defaultValue; in ParticleVector3ImmediateUpdater()
2421 const nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in ParticleVector3RandomAdditiveUpdater() local
2426 nw::math::VEC3 value = defaultValue; in ParticleVector3RandomAdditiveUpdater()
3067 nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in UpdateParticles() local
3068 defaultValue *= diffTime; in UpdateParticles()
3072 internal::VEC3ArrayAddScalar(storagePtr, &defaultValue, processCount); in UpdateParticles()
3090 const nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in UpdateParticles() local
3098 storagePtr[index] = defaultValue; in UpdateParticles()
3117 const nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in UpdateParticles() local
3125 storagePtr[index] = defaultValue * diffTime; in UpdateParticles()