From d979fb6dc015029c81dc562fbb911fc6bf797c56 Mon Sep 17 00:00:00 2001 From: tohara <32989986+tokaritami@users.noreply.github.com> Date: Sat, 16 May 2020 23:50:25 +0900 Subject: Add Ai3Dstatic model for Room. (#6350) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Ai3Dstatic model for Room. * Update src/client/scripts/room/furnitures.json5 Co-authored-by: rinsuki <428rinsuki+git@gmail.com> * Update src/client/scripts/room/furnitures.json5 Co-authored-by: rinsuki <428rinsuki+git@gmail.com> * doll-Aiの大文字を小文字へ変更 * Update furnitures.json5 * マテリアルをBackgroundからPrincipled BSDFに変更 * a * なんかファイルが二重にでてくるので削除 * テクスチャーファイルと3Dデータを再コミット * Remove noodle * Update doll-ai.glb Co-authored-by: syuilo Co-authored-by: rinsuki <428rinsuki+git@gmail.com> --- src/client/scripts/room/furnitures.json5 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client/scripts') diff --git a/src/client/scripts/room/furnitures.json5 b/src/client/scripts/room/furnitures.json5 index c731e85a9f..ae99c8bb83 100644 --- a/src/client/scripts/room/furnitures.json5 +++ b/src/client/scripts/room/furnitures.json5 @@ -395,5 +395,9 @@ { id: 'energy-drink', place: "floor", + }, + { + id: 'doll-ai', + place: "floor", } ] -- cgit v1.2.3-freya