mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-27 10:30:16 -05:00
Fix MTL slots table
This commit is contained in:
parent
924a373352
commit
c452c60e6e
30
README.md
30
README.md
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user