mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
fix Scene.shouldRender* debugging checkboxes
This commit is contained in:
parent
2a8b91e45e
commit
294d588fc4
2 changed files with 8 additions and 0 deletions
|
@ -100,6 +100,8 @@ var APPLICATION_SETTINGS = {
|
|||
menu: 'Developer > Enable LookAt Snapping',
|
||||
object: [ MyAvatar, 'lookAtSnappingEnabled' ]
|
||||
},
|
||||
'Scene/shouldRenderEntities': { object: [ Scene, 'shouldRenderEntities' ] },
|
||||
'Scene/shouldRenderAvatars': { object: [ Scene, 'shouldRenderAvatars' ] },
|
||||
'camera-move-enabled': {
|
||||
get: function() {
|
||||
return cameraControls && cameraControls.enabled;
|
||||
|
|
|
@ -465,6 +465,12 @@ try {
|
|||
toggles <b>Scene.shouldRenderEntities</b>
|
||||
</span>
|
||||
</label>
|
||||
<label class="off-red"><input data-for="Scene/shouldRenderAvatars" type="checkbox" />
|
||||
Render Avatars (debug)
|
||||
<span class="tooltip">
|
||||
toggles <b>Scene.shouldRenderAvatars</b>
|
||||
</span>
|
||||
</label>
|
||||
<label class="on-red"><input id="jitter-test" type="checkbox" />
|
||||
Jitter Rotation Test (debug)
|
||||
<span class="tooltip">
|
||||
|
|
Loading…
Reference in a new issue