mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-05 23:54:47 +02:00
Merge branch 'master' of https://github.com/highfidelity/hifi into cuckoo
This commit is contained in:
commit
5e3e363066
1 changed files with 3 additions and 0 deletions
|
@ -696,6 +696,7 @@ bool EntityItemProperties::encodeEraseEntityMessage(const EntityItemID& entityIt
|
||||||
|
|
||||||
void EntityItemProperties::markAllChanged() {
|
void EntityItemProperties::markAllChanged() {
|
||||||
_positionChanged = true;
|
_positionChanged = true;
|
||||||
|
_dimensionsChanged = true;
|
||||||
_rotationChanged = true;
|
_rotationChanged = true;
|
||||||
_massChanged = true;
|
_massChanged = true;
|
||||||
_velocityChanged = true;
|
_velocityChanged = true;
|
||||||
|
@ -716,6 +717,8 @@ void EntityItemProperties::markAllChanged() {
|
||||||
_glowLevelChanged = true;
|
_glowLevelChanged = true;
|
||||||
_localRenderAlphaChanged = true;
|
_localRenderAlphaChanged = true;
|
||||||
_isSpotlightChanged = true;
|
_isSpotlightChanged = true;
|
||||||
|
_ignoreForCollisionsChanged = true;
|
||||||
|
_collisionsWillMoveChanged = true;
|
||||||
|
|
||||||
_diffuseColorChanged = true;
|
_diffuseColorChanged = true;
|
||||||
_ambientColorChanged = true;
|
_ambientColorChanged = true;
|
||||||
|
|
Loading…
Reference in a new issue