Fix MTL slots table

This commit is contained in:
Benjamin Boxler 2019-02-12 11:56:46 +00:00 committed by GitHub
parent 924a373352
commit c452c60e6e
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**
Slot | Metallic roughness | Specular glossiness
--- | --- | --- | ---
Ka | occlusion value | occlusion value
Ke | emissive color | emissive color
Kd | base color | diffuse color
Ks | metallic value | specular color
Ns | roughness value | glossiness value
d | alpha | alpha
Tr | 1.0 - alpha | 1.0 - alpha
map_Ka | occlusion texture | occlusion texture
map_Ke | emissive texture | emissive texture
map_Kd | base color texture | diffuse texture
map_Ks | metallic texture | specular texture
map_Ns | roughness texture | glossiness texture
map_Bump | normal texture | normal texture
|Slot| Metallic roughness|Specular glossiness|
|----|-------------------|-------------------|
|Ka|occlusion value|occlusion value|
|Ke|emissive color|emissive color|
|Kd|base color|diffuse color|
|Ks|metallic value|specular color|
|Ns|roughness value|glossiness value|
|d|alpha|alpha|
|Tr|1.0 - alpha|1.0 - alpha|
|map_Ka|occlusion texture|occlusion texture|
|map_Ke|emissive texture|emissive texture|
|map_Kd|base color texture|diffuse texture|
|map_Ks|metallic texture|specular texture|
|map_Ns|roughness texture|glossiness texture|
|map_Bump|normal texture|normal texture|
## Usage