Skip to content

Commit

Permalink
Implement renderer name and type in HTML test client
Browse files Browse the repository at this point in the history
  • Loading branch information
JensAhrens authored and mgeier committed Jun 7, 2023
1 parent 63f721c commit 533a7a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/websocket_resources/ssr-test-client.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@
}
if (!subscription || subscription === "renderer") {
[
"renderer-name", "processing", "ref-pos-offset", "ref-rot-offset",
"renderer-type", "renderer-name", "processing", "ref-pos-offset",
"ref-rot-offset",
].forEach(id => document.getElementById(id).textContent = "n/a");

document.getElementById("loudspeaker-list").innerHTML = "";
Expand Down Expand Up @@ -417,6 +418,7 @@ <h3>Transport</h3>
<h2>Renderer Properties</h2>

<ul>
<li>type: <span id="renderer-type"></span></li>
<li>name: <span id="renderer-name"></span></li>
<li>processing: <span id="processing"></span></li>
<li>reference position offset: <span id="ref-pos-offset"></span></li>
Expand Down

0 comments on commit 533a7a8

Please sign in to comment.