表面透明度
This commit is contained in:
@@ -178,9 +178,9 @@ animator.save_frames('frame1', 'frame2')
|
|||||||
### 背景美化
|
### 背景美化
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# 1. 设置背景为白色,并将表面透明度设置为 40%
|
# 1. 设置背景为白色,并将表面透明度设置为 50%
|
||||||
bg_color white # 设置背景颜色为白色
|
bg_color white # 设置背景颜色为白色
|
||||||
set surface_transparency, 0.4 # 设置所有表面透明度为 40%
|
set transparency, 0.5 # 设置所有表面透明度为 50%
|
||||||
|
|
||||||
# 2. 使表面显示使用原子自身的颜色
|
# 2. 使表面显示使用原子自身的颜色
|
||||||
set surface_color_by_atom, 1 # 启用表面按原子颜色显示
|
set surface_color_by_atom, 1 # 启用表面按原子颜色显示
|
||||||
|
|||||||
Reference in New Issue
Block a user