diff --git a/school.html b/school.html index f825170..92cffe0 100644 --- a/school.html +++ b/school.html @@ -54,7 +54,7 @@ // モデルの読み込み const loader = new GLTFLoader(); loader.load( - 'https://www.yatex.org/gitbucket/j2311/about-Leaflet/raw/main/classroom_nothing_tv.glb', + 'https://www.yatex.org/gitbucket/j2311/about-Leaflet/raw/main/classroom_no_tv.glb', function (gltf) { scene.add(gltf.scene); console.log(gltf.scene); @@ -68,7 +68,7 @@ ); loader.load( - 'https://www.yatex.org/gitbucket/j2311/about-Leaflet/raw/main/classroom_nothing_room.glb', + 'https://www.yatex.org/gitbucket/j2311/about-Leaflet/raw/main/classroom_no_room.glb', function (gltf) { scene.add(gltf.scene); },