Merge pull request #181 from benjaminboxler/patch-1

Fix MTL slots table in README
This commit is contained in:
Sean Lilley 2019-02-12 14:44:10 -05:00 committed by GitHub
commit 01a6ea08ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 15 deletions

View File

@ -73,21 +73,21 @@ As a convenience the PBR textures may be supplied directly to the command line.
**Mapping of mtl slots to shading models** **Mapping of mtl slots to shading models**
Slot | Metallic roughness | Specular glossiness |Slot| Metallic roughness|Specular glossiness|
--- | --- | --- | --- |----|-------------------|-------------------|
Ka | occlusion value | occlusion value |Ka|occlusion value|occlusion value|
Ke | emissive color | emissive color |Ke|emissive color|emissive color|
Kd | base color | diffuse color |Kd|base color|diffuse color|
Ks | metallic value | specular color |Ks|metallic value|specular color|
Ns | roughness value | glossiness value |Ns|roughness value|glossiness value|
d | alpha | alpha |d|alpha|alpha|
Tr | 1.0 - alpha | 1.0 - alpha |Tr|1.0 - alpha|1.0 - alpha|
map_Ka | occlusion texture | occlusion texture |map_Ka|occlusion texture|occlusion texture|
map_Ke | emissive texture | emissive texture |map_Ke|emissive texture|emissive texture|
map_Kd | base color texture | diffuse texture |map_Kd|base color texture|diffuse texture|
map_Ks | metallic texture | specular texture |map_Ks|metallic texture|specular texture|
map_Ns | roughness texture | glossiness texture |map_Ns|roughness texture|glossiness texture|
map_Bump | normal texture | normal texture |map_Bump|normal texture|normal texture|
## Usage ## Usage