From 5352849c906d2415630528de7e91357969bbd814 Mon Sep 17 00:00:00 2001 From: ics-sawada-h Date: Mon, 19 Aug 2024 19:20:26 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E3=83=91=E3=82=B9=E3=81=AE=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index e51688e..a3fb9b2 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,8 @@ Theatre.js デモ 目次 + + From 342974cf2e2ec8e76964d49736fd56e735485cad Mon Sep 17 00:00:00 2001 From: ics-sawada-h Date: Mon, 19 Aug 2024 19:31:51 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E8=AA=AD=E3=81=BF=E8=BE=BC=E3=81=BF?= =?UTF-8?q?=E3=81=AE=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ---- src/multiple-animation/index.html | 5 ++--- src/multiple-animation/main.js | 1 + src/sample/index.html | 5 ++--- src/sample/sample.js | 1 + 5 files changed, 6 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index a3fb9b2..e08b76d 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,6 @@ Theatre.js デモ 目次 - - - - diff --git a/src/multiple-animation/index.html b/src/multiple-animation/index.html index ba38657..600551b 100644 --- a/src/multiple-animation/index.html +++ b/src/multiple-animation/index.html @@ -4,9 +4,6 @@ Theatre.js 作例 - - - @@ -31,5 +28,7 @@ + + diff --git a/src/multiple-animation/main.js b/src/multiple-animation/main.js index 121fc47..f8caf2c 100644 --- a/src/multiple-animation/main.js +++ b/src/multiple-animation/main.js @@ -1,3 +1,4 @@ +import "../style.css" import * as THREE from "three"; import studio from "@theatre/studio"; import { getProject, types } from "@theatre/core"; diff --git a/src/sample/index.html b/src/sample/index.html index 60ab94e..b27f19f 100644 --- a/src/sample/index.html +++ b/src/sample/index.html @@ -4,12 +4,11 @@ Theatre.js 導入方法サンプル - - -
+ + diff --git a/src/sample/sample.js b/src/sample/sample.js index 0f9d928..9b47abf 100644 --- a/src/sample/sample.js +++ b/src/sample/sample.js @@ -1,3 +1,4 @@ +import "../style.css" import * as THREE from "three"; import studio from "@theatre/studio"; import { getProject, types } from "@theatre/core";