Skip to content

Commit

Permalink
fix: delete h from bm
Browse files Browse the repository at this point in the history
  • Loading branch information
moromin committed May 17, 2022
1 parent 9a8b75e commit 6a5ac7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,9 @@ co {center} {direction} {aperture} {color}

#### bm (Bump map)
```
bm {file_path} {h} {vertical_repetition} {horizontal_repetition}
bm {file_path} {vertical_repetition} {horizontal_repetition}
```
- `file_path` : file path of bump map
- `h` : height coefficient
- `file_path` : file path of bump map (normal map)
- `horizontal_repetition` : number of horizontal repetitions
- `vertical_repetition` : number of vertical repetitions

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,9 @@ sl {point} {orientation_vector} {FOV} {ratio} {color}

#### bm:バンプマップ (Bump map)
```
bm {file_path} {h} {vertical_repetition} {horizontal_repetition}
bm {file_path} {vertical_repetition} {horizontal_repetition}
```
- `file_path` : バンプマップファイルパス
- `h` : 高さ係数
- `file_path` : バンプマップ(法線マップ)ファイルパス
- `horizontal_repetition` : 横方向繰り返し数
- `vertical_repetition` : 縦方向繰り返し数

Expand Down

0 comments on commit 6a5ac7f

Please sign in to comment.