main
Sebastián Santisi 12 months ago
parent 5ffc80705f
commit c14f17d853

@ -24,9 +24,6 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Encode+Sans:wdth,wght@87.5,100..900&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<style>
</style>
<script type="module" src="js/main.js"></script>
<script>
function show(s) {
@ -47,10 +44,6 @@ function help() {
}
/*function up() { light.shadow.camera.top += 1; light.shadow.camera.updateProjectionMatrix(); helper.update()}
function down() { light.shadow.camera.bottom -= 1; light.shadow.camera.updateProjectionMatrix(); helper.update()}
function left() { light.shadow.camera.left -= 1; light.shadow.camera.updateProjectionMatrix(); helper.update()}
function right() { light.shadow.camera.right += 1; light.shadow.camera.updateProjectionMatrix(); helper.update()} */
function rot(angle) {
document.getElementById("rot0").className = document.getElementById("rot225").className = document.getElementById("rot270").className = document.getElementById("rot315").className = "";
document.getElementById("rot" + angle).className = "sel";

Loading…
Cancel
Save