Lines Matching refs:defaultValue
1931 const nw::math::VEC2 defaultValue = vec2Updater.GetDefaultValue(); in ParticleVector2ImmediateUpdater() local
1936 nw::math::VEC2 value = defaultValue; in ParticleVector2ImmediateUpdater()
2017 const nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in ParticleVector3AdditiveUpdater() local
2034 value.x = defaultValue.x; in ParticleVector3AdditiveUpdater()
2035 value.y = defaultValue.y; in ParticleVector3AdditiveUpdater()
2036 value.z = defaultValue.z; in ParticleVector3AdditiveUpdater()
2139 const nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in ParticleVector3ImmediateUpdater() local
2144 nw::math::VEC3 value = defaultValue; in ParticleVector3ImmediateUpdater()
2245 const nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in ParticleVector3RandomAdditiveUpdater() local
2250 nw::math::VEC3 value = defaultValue; in ParticleVector3RandomAdditiveUpdater()
2870 nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in UpdateParticles() local
2871 defaultValue *= diffTime; in UpdateParticles()
2875 internal::VEC3ArrayAddScalar(storagePtr, &defaultValue, processCount); in UpdateParticles()
2893 const nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in UpdateParticles() local
2901 storagePtr[index] = defaultValue; in UpdateParticles()
2920 const nw::math::VEC3 defaultValue = vec3Updater.GetDefaultValue(); in UpdateParticles() local
2928 storagePtr[index] = defaultValue * diffTime; in UpdateParticles()