From 6a5ac7f133f99b71177650bd84ab2948a100f094 Mon Sep 17 00:00:00 2001 From: moromin Date: Tue, 17 May 2022 23:08:14 +0900 Subject: [PATCH] fix: delete h from bm --- README.en.md | 5 ++--- README.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.en.md b/README.en.md index 0e5b33a..b5245e1 100644 --- a/README.en.md +++ b/README.en.md @@ -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 diff --git a/README.md b/README.md index 63e9b23..945ade4 100644 --- a/README.md +++ b/README.md @@ -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` : 縦方向繰り返し数