Skip to content

Commit

Permalink
rename title
Browse files Browse the repository at this point in the history
  • Loading branch information
ambarja committed Jan 29, 2024
1 parent b57d912 commit a4b7b92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
document.title = "Churo ";
viewer.setEDLEnabled(true);
viewer.setBackground("skybox"); // ["skybox", "gradient", "black", "white"];
viewer.setDescription(`Comunidad de Churo - Innovalab`);
viewer.setDescription(`Churo`);

<div class="potree_container" style="position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; ">
<div id="potree_render_area"></div>
Expand All @@ -49,10 +49,10 @@
viewer.setEDLEnabled(true);
viewer.setFOV(60);
viewer.setPointBudget(1*1000*1000);
document.title = "Churo ";
document.title = "Churo";
viewer.setEDLEnabled(true);
viewer.setBackground("skybox"); // ["skybox", "gradient", "black", "white"];
viewer.setDescription(`Comunidad de Churo - Innovalab`);
viewer.setDescription(`Churo`);
viewer.loadSettingsFromURL();

viewer.loadGUI(() => {
Expand Down

0 comments on commit a4b7b92

Please sign in to comment.