Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gltf Pipeline and support KHR_techniques_webgl and KHR_blend #6805

Merged
merged 61 commits into from
Sep 19, 2018

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    be6fffa View commit details
    Browse the repository at this point in the history
  2. Cleanup

    ggetz committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    9d907df View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Doc edits

    lilleyse committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    e82b4b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Minor cleanup

    lilleyse committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    395eb34 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Configuration menu
    Copy the full SHA
    173f4b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Simplify render states

    ggetz committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    923874b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7abc5c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Various gltf cleanup

    ggetz committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    1e5d67f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58f99b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6de38fe View commit details
    Browse the repository at this point in the history
  4. Update gltf-pipeline

    ggetz committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    5651d79 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Configuration menu
    Copy the full SHA
    c098115 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be83cc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Configuration menu
    Copy the full SHA
    681aa24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0db13d View commit details
    Browse the repository at this point in the history
  3. Cleanup eslint error

    ggetz committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    c69505b View commit details
    Browse the repository at this point in the history
  4. Fix render states

    ggetz committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    a7a4ced View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    514c2b7 View commit details
    Browse the repository at this point in the history
  6. Cleanup eslint error

    ggetz committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    71ff4c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Add KHR_materials_unlit to list of supported extensions

    Omar Shehata committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    ccad16c View commit details
    Browse the repository at this point in the history
  2. Turn off lighting when detects unlit extension

    Omar Shehata committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    b136052 View commit details
    Browse the repository at this point in the history
  3. Updated changes.md

    Omar Shehata committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    7a9faa7 View commit details
    Browse the repository at this point in the history
  4. Ignore unlit and occlusion when unlit

    Omar Shehata committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    c56a339 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Remove log and fix formatting

    Omar Shehata committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    21caa93 View commit details
    Browse the repository at this point in the history
  2. Added test for unlit

    Omar Shehata committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    7c28d2a View commit details
    Browse the repository at this point in the history
  3. Moved BoxUnlit to its own folder

    Omar Shehata committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    ba4d840 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Configuration menu
    Copy the full SHA
    db96ceb View commit details
    Browse the repository at this point in the history
  2. Add support for spec gloss

    Shehata committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    ca4dc6c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Moved changes.md text into October release

    Shehata committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    f3afd01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d8a577 View commit details
    Browse the repository at this point in the history
  3. Added BoomBox SpecGloss model

    Shehata committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    6401433 View commit details
    Browse the repository at this point in the history
  4. Updated old boom box model

    Shehata committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    3dad95a View commit details
    Browse the repository at this point in the history
  5. Added entry to CHANGES.md

    Shehata committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    6d8e5dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    974af0d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6977 from OmarShehata/gltf-unlit

    Add support for KHR_materials_unlit
    lilleyse authored Sep 5, 2018
    Configuration menu
    Copy the full SHA
    604400d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Configuration menu
    Copy the full SHA
    602db48 View commit details
    Browse the repository at this point in the history
  2. Fixed linting

    Omar Shehata committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    73db740 View commit details
    Browse the repository at this point in the history
  3. Emackey's feedback

    Omar Shehata committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    5fb072e View commit details
    Browse the repository at this point in the history
  4. Rename to processPbrMaterials.js

    Omar Shehata committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    d97b899 View commit details
    Browse the repository at this point in the history
  5. Added spec gloss tests

    Omar Shehata committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    fcd4433 View commit details
    Browse the repository at this point in the history
  6. Add one more test

    Omar Shehata committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    e59593a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Update gltf-pipeline

    ggetz committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    67ef702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22cc546 View commit details
    Browse the repository at this point in the history
  3. Fix model specs

    ggetz committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    4ec829c View commit details
    Browse the repository at this point in the history
  4. Add additional tests

    ggetz committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    3cc7c98 View commit details
    Browse the repository at this point in the history
  5. All glTF materials are PBR by default

    Shehata committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    5b94577 View commit details
    Browse the repository at this point in the history
  6. Fix merge conflict

    Shehata committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    05ef68d View commit details
    Browse the repository at this point in the history
  7. Fix failing tests

    Shehata committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    0e63533 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3cad9ea View commit details
    Browse the repository at this point in the history
  9. Update CHANGES.md

    ggetz committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    b137ab4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Simplify check for PBR materials

    Omar Shehata committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    2de8d69 View commit details
    Browse the repository at this point in the history
  2. No need to account for glTF 1.0

    Omar Shehata committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    4d5d53f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7006 from OmarShehata/specgloss-ext

    Support glTF Specular Glossiness Extension
    lilleyse authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    e88ac9d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Configuration menu
    Copy the full SHA
    88ebec6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c168a9 View commit details
    Browse the repository at this point in the history
  3. Update model specs

    ggetz committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    015e700 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Clean up after test

    Omar Shehata committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    e5e495c View commit details
    Browse the repository at this point in the history
  2. Added expectations to spec gloss tests

    Omar Shehata committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    f78b4f5 View commit details
    Browse the repository at this point in the history
  3. Use defaultValue

    Omar Shehata committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    125c36f View commit details
    Browse the repository at this point in the history
  4. 2 -> 2.0

    Omar Shehata committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    fb69626 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0eaf28 View commit details
    Browse the repository at this point in the history