Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

KHR_materials_common samples for glTF2.0 need update #78

Closed
donmccurdy opened this issue Jun 6, 2017 · 0 comments
Closed

KHR_materials_common samples for glTF2.0 need update #78

donmccurdy opened this issue Jun 6, 2017 · 0 comments

Comments

@donmccurdy
Copy link
Contributor

Several models have the diffuse textures in an array:

"KHR_materials_common": {
    ...
    "values": {
        ...
        "diffuse": [
            0
        ],
        ...

From KhronosGroup/glTF#965, I assume that should be diffuseTexture: 0.

transparency and shininess are arrays, and should presumably be floats:

"shininess": [
    50.0
],
"transparency": [
    1.0
]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant