You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -621,7 +621,7 @@ <h3 id="floor-scene-size-title-inspector">Floor scene size</h3>
621
621
622
622
<!-- INSPECTOR READONLY SCENE SIZE -->
623
623
<divid="scene-size-text-div">
624
-
<h3id="scene-size-text">Scene size: <spandata-unit="1">5</span>x<spandata-unit="1">5</span>(<spandata-unittext="1">m</span>) with a sensor height of <spandata-unit="1">6</span>(<spandata-unittext="1">m</span>)</h3>
624
+
<h3id="scene-size-text">Scene size: <spandata-unit="1">5</span> x <spandata-unit="1">5</span>(<spandata-unittext="1">m</span>) with a sensor height of <spandata-unit="1">6</span>(<spandata-unittext="1">m</span>)</h3>
document.getElementById('scene-size-text-div').innerHTML='<h3 id="scene-size-text">Scene size: <span data-unit=1>'+inputSceneWidth+'</span>x<span data-unit=1>'+inputSceneLength+'</span><span data-unittext="1">m</span> with a sensor height of <span data-unit="1">'+inputSceneHeight+'</span><span data-unittext="1">m</span></h3>';
document.getElementById('scene-size-text-div').innerHTML='<h3 id="scene-size-text">Scene size: <span data-unit=1>'+SceneManager.DEFAULT_WIDTH+'</span>x<span data-unit=1>'+SceneManager.DEFAULT_LENGTH+'</span><span data-unittext="1">m</span> with a sensor height of <span data-unit="1">'+Node.DEFAULT_NODE_HEIGHT+'</span><span data-unittext="1">m</span></h3>';
119
+
document.getElementById('scene-size-text-div').innerHTML='<h3 id="scene-size-text">Scene size: <span data-unit=1>'+SceneManager.DEFAULT_WIDTH+'</span> x <span data-unit=1>'+SceneManager.DEFAULT_LENGTH+'</span><span data-unittext="1">m</span> with a sensor height of <span data-unit="1">'+Node.DEFAULT_NODE_HEIGHT+'</span><span data-unittext="1">m</span></h3>';
document.getElementById('scene-size-text-div').innerHTML='<h3 id="scene-size-text">Scene size: <span data-unit=1>'+sceneManager.sceneWidth+'</span>x<span data-unit=1>'+sceneManager.sceneWidth+'</span><span data-unittext="1">m</span> with a sensor height of <span data-unit="1">'+sceneManager.sceneSensorHeight+'</span><span data-unittext="1">m</span></h3>';
document.getElementById('scene-size-text-div').innerHTML='<h3 id="scene-size-text">Scene size: <span data-unit=1>'+sceneManager.sceneWidth+'</span>x<span data-unit=1>'+sceneManager.sceneWidth+'</span><span data-unittext="1">m</span> with a sensor height of <span data-unit="1">'+sceneManager.sceneSensorHeight+'</span><span data-unittext="1">m</span></h3>';
0 commit comments