Skip to content

Commit 338af9d

Browse files
committed
chore: add docs
1 parent 17ac2b0 commit 338af9d

3 files changed

Lines changed: 46 additions & 3 deletions

File tree

doc/1.3.1.org

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3043,7 +3043,7 @@ update by workflow
30433043
note: 需要垂直向上
30443044

30453045

3046-
** TODO add particle image doc
3046+
** DONE add particle image doc
30473047

30483048

30493049
TODO 向用户给出推荐信息:
@@ -3057,10 +3057,10 @@ width, height should equal
30573057
TODO 去掉背景
30583058

30593059

3060-
** TODO add english doc
3060+
** DONE add english doc
30613061

30623062

3063-
** TODO pubilsh link to yuque
3063+
** DONE pubilsh link to yuque
30643064
# TODO pubilsh doc to website/doc
30653065

30663066

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Using AI to Generate Ammo Particle Images
2+
3+
We first generate the image in an online AI tool and download it; then optimize the image; and finally upload it in the Unit Mod Editor.
4+
5+
# Generate and Download the Image
6+
7+
You can generate the image in [Tripo -> Image](https://studio.tripo3d.ai/workspace/generate-image) or [AiGei AI](https://www.aigei.com/tool/ai/pic). The generated image should have the background removed and be circular in shape.
8+
9+
A reference image needs to be uploaded. Reference image:
10+
TODO tu
11+
12+
# Optimize the Generated Image
13+
14+
1. Resize the image
15+
16+
You can adjust the width and height to 64 pixels (uncheck "maintain aspect ratio") [here](https://www.iloveimg.com/resize-image).
17+
18+
2. Compress the image
19+
20+
You can compress the image [here](https://www.iloveimg.com/compress-image).
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 使用AI生成弹药粒子的图片
2+
3+
我们首先在在线的AI工具中生成图片,并下载;然后优化图片;最后在单位模组编辑器中上传它
4+
5+
6+
# 生成图片并下载
7+
8+
可以在[Tripo->图片](https://studio.tripo3d.ai/workspace/generate-image)中或者[爱给AI](https://www.aigei.com/tool/ai/pic)中生成图片。生成的图片应该是去掉了背景的、圆形状的图片
9+
10+
需要上传参考图片,参考图片如下:
11+
TODO tu
12+
13+
14+
15+
# 优化生成的图片
16+
17+
1.缩小图片
18+
19+
可以在[这里](https://www.iloveimg.com/zh-cn/resize-image)调整图片的宽度和高度均为64(不勾选“保留长宽比”)
20+
21+
2.压缩图片
22+
23+
可以在[这里](https://www.iloveimg.com/zh-cn/compress-image/compress-jpg)压缩图片

0 commit comments

Comments
 (0)