From ee0e2973d7f96bc39f0bcb4565863b6e0725ce02 Mon Sep 17 00:00:00 2001 From: Mandic <02mami1mma@hft-stuttgart.de> Date: Tue, 14 Jun 2022 10:32:00 +0000 Subject: [PATCH] Update treesdeciduous.html - translated to english --- public/X3DOMTutorial/treesdeciduous.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/X3DOMTutorial/treesdeciduous.html b/public/X3DOMTutorial/treesdeciduous.html index 4794a0e..f89ff12 100644 --- a/public/X3DOMTutorial/treesdeciduous.html +++ b/public/X3DOMTutorial/treesdeciduous.html @@ -41,20 +41,20 @@ <td width="50%" align="left" valign="top" scope="col"> <img src="img/Abb-Laubbaum.png" alt="Abb-Laubbaum" width="259" height="398" class="alignnone size-full wp-image-252" /><br> - Baum Parameter:<br> - Gesamthöhe h= <input type="text" id="h" name="h" size="5" value="10" /> m<br> - Höhe Stamm ht= <input type="text" id="ht" name="ht" size="5" value="3" /> m<br> - Kronendurchmesser dc= <input type="text" id="dc" name="Kronendurchmesser" size="5" value="4" /> m<br> - Stammdurchmesser dt=<input type="text" id="dt" name="Stammdurchmesser" size="5" value="0.4" /> m<br> + Tree parameter:<br> + Total height h= <input type="text" id="h" name="h" size="5" value="10" /> m<br> + Height trunk ht= <input type="text" id="ht" name="ht" size="5" value="3" /> m<br> + Crown diameter dc= <input type="text" id="dc" name="Crown diameter" size="5" value="4" /> m<br> + Trunk diameter dt=<input type="text" id="dt" name="Trunk diameter" size="5" value="0.4" /> m<br> Position: <input type="text" id="pos_x" name="pos_x" size="5" value="0" /> <input type="text" id="pos_y" name="pos_y" size="5" value="0" /> <input type="text" id="pos_z" name="pos_z" size="5" value="0" /><br> <input type="button" value="DrawTree" onclick="drawTree()" /><br> - <b>Approximation Stamm</b><br> + <b>Approximation trunk</b><br> subdivision: 4 <input type="range" id="subdivTrunk" min="4" max="64" step="1" value="32" onchange="changeSubDivisionTrunk()" />64<br> - <b>Approximation Krone</b><br> + <b>Approximation crown</b><br> subdivision: 4 <input type="range" id="subdivCrown" min="4" max="64" step="1" value="8" onchange="changeSubDivisionCrown()" />64 </td> @@ -113,4 +113,4 @@ </script> </body> -</html> \ No newline at end of file +</html> -- GitLab