mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-07 08:08:35 +02:00
This fixes the issue where grabbers would re-appear when rotating the selected object rather than staying hidden. updateHandles will now take the mode into account when deciding if the non-light grabber handles should be visible. This can be subverted by the user selecting a light source as in line with the previous behavior. Adds some debug prints in event handlers guarded by local wantDebug checks. Has some minor cleanup changes: * Remove unused var within updateRotationHandles * Readability improvement for light check within updateHandles * Pulled up rotate mode check within updateHandles * Added grabberCloner visibility flag within updateHandles Changes Committed: modified: scripts/system/libraries/entitySelectionTool.js |
||
---|---|---|
.. | ||
assets | ||
commerce | ||
controllers | ||
html | ||
libraries | ||
marketplaces | ||
particle_explorer | ||
tablet-ui | ||
attachedEntitiesManager.js | ||
audio.js | ||
audioMuteOverlay.js | ||
audioScope.js | ||
avatarFinderBeacon.js | ||
away.js | ||
bubble.js | ||
chat.js | ||
dialTone.js | ||
directory.js | ||
edit.js | ||
fingerPaint.js | ||
firstPersonHMD.js | ||
generalSettings.js | ||
goto.js | ||
help.js | ||
hmd.js | ||
makeUserConnection.js | ||
menu.js | ||
mod.js | ||
nameTag.js | ||
notifications.js | ||
pal.js | ||
progress.js | ||
snapshot.js | ||
tablet-goto.js | ||
tablet-users.js | ||
voxels.js |