Skip to content

Commit

Permalink
feat(server): add field to manifest to allow for entering the ground (#…
Browse files Browse the repository at this point in the history
…353)

Co-authored-by: HideBa <[email protected]>
  • Loading branch information
KaWaite and HideBa authored Oct 12, 2022
1 parent 944c0d6 commit 6a56ce2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/pkg/builtin/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ extensions:
type: camera
title: Initial camera position
description: The starting position of your project.
- id: allowEnterGround
type: bool
title: Enter the ground
defaultValue: false
description: Set to true to allow the camera to enter the surface of the earth.
- id: terrain
type: bool
title: Terrain
Expand Down
3 changes: 3 additions & 0 deletions server/pkg/builtin/manifest_ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ extensions:
camera:
title: カメラ初期位置
description: ページロード後最初に表示するカメラの位置を設定します。
allowEnterGround:
title: 地下へ入る
description: Onにすることでカメラが地表面へ潜り込むようになります。
terrain:
title: 地形
description: 有効にすると、標高データが読み込みこまれ、立体的な地形を表現することができます。
Expand Down

0 comments on commit 6a56ce2

Please sign in to comment.