完整版BedrockWiki镜像!

This commit is contained in:
boybook
2025-03-20 11:52:46 +08:00
parent 1994c41f01
commit bf9aa4b056
214 changed files with 9042 additions and 8867 deletions

View File

@@ -1,5 +1,5 @@
---
title: Structure Presentation
title: 结构展示
category: Ideas
mentions:
- MedicalJewel105
@@ -7,47 +7,51 @@ mentions:
- ThomasOrs
---
## Why this page exists
# 结构展示
Presenting features of an add-on clearly has same importance in showcasing quality. If people can understand an add-on and it's features they might be more likely to try it. This page will demonstrate a way of presenting structures.
<!--@include: @/wiki/bedrock-wiki-mirror.md-->
## Presentation Methods
## 本文存在的意义
There are lots ways of you could showcase structures to people. You can:
在附加包展示中,清晰呈现功能特性与附加包质量同样重要。当玩家能够直观理解附加包内容及其特性时,他们更愿意进行尝试。本文将演示一种结构展示的有效方法。
- Take in-game screenshots of the structure.
- Take a screenshot inside of a structure block.
- Create a 3D object of your structure.
## 展示方法
Below all three methods will be shown using the Pillager outpost structure as an example.
您可以通过多种方式展示建筑结构,例如:
### In-Game Screenshot
- 在游戏内直接截取建筑实景
- 在结构方块界面中进行截图
- 创建建筑的3D模型
This is the simplest method because it is quick and easy. It also lets you showcase the structure in the context of the world, there are some disadvantages however. You may need to find a good place to take a screenshot or have difficulty finding a good angle.
下文将以掠夺者前哨站为例,分别展示这三种方法。
### 游戏内实景截图
这是最简单快捷的方法,能够让建筑在世界环境中自然呈现。但存在一定局限性:您可能需要寻找合适的拍摄位置或角度。
![](/assets/images/visuals/structure-presentation/in-game.png)
### In a Structure Block
### 结构方块界面截图
This method avoids some of the disadvantages of a screenshot in the world, you are able to focus entirely on the structure without other blocks in the view.
此方法能规避实景截图的某些限制,使建筑完全脱离周围环境的干扰。
![](/assets/images/visuals/structure-presentation/structure-block-0.png)
By making [JSON UI](/json-ui/json-ui-intro) edits you can change the background color and remove other elements to further improve this method.
通过修改[JSON UI](/wiki/json-ui/json-ui-intro)文件,您可以调整背景颜色并移除界面元素来优化展示效果。
![](/assets/images/visuals/structure-presentation/structure-block-1.png)
### Rendered 3D Object
### 3D模型渲染
Structures can be exported as a 3d model. If 3D export button is not working for you, you can try applying a 3d-export-fix pack.
可将建筑导出为3D模型进行渲染。若3D导出功能异常可尝试安装修复资源包。
<BButton
link="/assets/packs/visuals/structure-presentation/3d-export-fix.mcpack" download
color=blue
>Download Pack</BButton>
>下载资源包</BButton>
![](/assets/images/visuals/structure-presentation/model-render.png)
This method is mostly available for pc users. You can create a simple render in Paint 3D or a more advanced in blender. In this case we can represent our structure in a fast and easy way.
此方法主要适用于PC用户。您可以使用Paint 3D进行快速简易渲染或通过Blender实现高级效果。通过3D模型可以便捷高效地展示建筑结构。
If you have any other methods, contribute them below.
如果您有其他展示方法,欢迎在下方提交补充。