From fdf2adf3c9904131ca7408a2f22916351a31a406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BENEDEK=20L=C3=A1szl=C3=B3?= Date: Tue, 8 Oct 2024 15:24:48 +0200 Subject: [PATCH] lights, shadows --- BenedekLaszlo_IH1RZJ.html | 105 +++-- scene.json | 962 +++++++++++++++++++------------------- 2 files changed, 541 insertions(+), 526 deletions(-) diff --git a/BenedekLaszlo_IH1RZJ.html b/BenedekLaszlo_IH1RZJ.html index 82a6484..8e920d0 100644 --- a/BenedekLaszlo_IH1RZJ.html +++ b/BenedekLaszlo_IH1RZJ.html @@ -10,7 +10,8 @@ { "imports": { "three": "./js-r167/build/three.module.min.js", - "TrackballControls": "./js-r167/examples/jsm/controls/TrackballControls.js" + "TrackballControls": "./js-r167/examples/jsm/controls/TrackballControls.js", + "OBJLoader": "./js-r167/examples/jsm/loaders/OBJLoader.js" } } @@ -35,11 +36,16 @@