This commit is contained in:
parent
911c184a2a
commit
259d2dd846
|
@ -79,7 +79,7 @@ Material:
|
|||
- _BlendModePreserveSpecular: 1
|
||||
- _BumpScale: 1
|
||||
- _Cull: 2
|
||||
- _Cutoff: 0.299
|
||||
- _Cutoff: 0.5
|
||||
- _DstBlend: 0
|
||||
- _DstBlendAlpha: 0
|
||||
- _GlossinessSource: 0
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
m_EditorVersion: 2022.3.28f1
|
||||
m_EditorVersionWithRevision: 2022.3.28f1 (6bae5ce6b222)
|
||||
m_EditorVersion: 2022.3.30f1
|
||||
m_EditorVersionWithRevision: 2022.3.30f1 (70558241b701)
|
||||
|
|
|
@ -0,0 +1,39 @@
|
|||
# Simple Terrain Tutorial
|
||||
Click this GameObject to edit terrain,just like unity terrain,almost everything is same
|
||||
|
||||

|
||||
|
||||
## Elevation
|
||||

|
||||
|
||||
click `Elevation`,then input `opacity` to `0.1~0.2`
|
||||
|
||||
everything including on `Instruction`
|
||||
|
||||
## Set/Sample Height
|
||||
|
||||

|
||||
|
||||
everything including on `Instruction`
|
||||
|
||||

|
||||
|
||||
input the height u need in `y` field,
|
||||
|
||||
set opacity to `0.2~0.4`
|
||||
|
||||
then fit the terrain
|
||||
|
||||
## Splat
|
||||
|
||||

|
||||
|
||||
everything including on `Instruction`
|
||||
|
||||
set opacity to `0.3~0.5`
|
||||
|
||||
toggle `Multi Selection` for mix textures
|
||||
|
||||
## Completed
|
||||
that's all what about edit terrain,I only used this 3 functions to create the terrain in the screenshot
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
Binary file not shown.
After Width: | Height: | Size: 965 KiB |
Binary file not shown.
After Width: | Height: | Size: 171 KiB |
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
After Width: | Height: | Size: 172 KiB |
Binary file not shown.
Loading…
Reference in New Issue