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

Implement glTF extension KHR_materials_specular #11970

Merged
merged 30 commits into from
May 20, 2024
Merged

Implement glTF extension KHR_materials_specular #11970

merged 30 commits into from
May 20, 2024

Commits on Apr 16, 2024

  1. Add sample data and Sandcastle for KHR_materials_specular

    Jeshurun Hembd committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    91d53a9 View commit details
    Browse the repository at this point in the history
  2. Tweak Sandcastle for KHR_materials_specular

    Jeshurun Hembd committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8db2279 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Update Specular Sandcastle to test legacy extension

    Jeshurun Hembd committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    71508a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Clean up glTF material processing

    Jeshurun Hembd committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8fb9784 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into gltf-pbr-specular

    Jeshurun Hembd committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d25a3ee View commit details
    Browse the repository at this point in the history
  3. Fix ifdefs in MaterialStageFS

    Jeshurun Hembd committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a223855 View commit details
    Browse the repository at this point in the history
  4. Add docs, clean up in GltfLoader

    Jeshurun Hembd committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9a07910 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Simply internal function signatures in GltfLoader

    Jeshurun Hembd committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1b2bb35 View commit details
    Browse the repository at this point in the history
  2. Refactor material handling in GltfLoader

    Jeshurun Hembd committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    86bb8f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Load data for KHR_materials_specular pbr model

    Jeshurun Hembd committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5914113 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 3, 2024

  1. Implement KHR_materials_specular for point lights

    Jeshurun Hembd committed May 3, 2024
    Configuration menu
    Copy the full SHA
    72d8f15 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Docs and whitespace for image-based lighting

    Jeshurun Hembd committed May 4, 2024
    Configuration menu
    Copy the full SHA
    93c328c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

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

Commits on May 7, 2024

  1. Clean up image-based lighting shader and comments

    Jeshurun Hembd committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b56c3cf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into gltf-pbr-specular

    Jeshurun Hembd committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a8bbeaa View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Fix spec

    Jeshurun Hembd committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8002727 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Remove unnecessary test data

    Jeshurun Hembd committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3913e71 View commit details
    Browse the repository at this point in the history
  2. Update Sandcastle, minor cleanup

    Jeshurun Hembd committed May 9, 2024
    Configuration menu
    Copy the full SHA
    90b3043 View commit details
    Browse the repository at this point in the history
  3. Remove unused test data

    Jeshurun Hembd committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4baa996 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into gltf-pbr-specular

    Jeshurun Hembd committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ad8d33b View commit details
    Browse the repository at this point in the history
  5. Update CHANGES.md

    Jeshurun Hembd committed May 9, 2024
    Configuration menu
    Copy the full SHA
    84a4ec5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Add specs, tweak Sandcastle

    Jeshurun Hembd committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8bb698e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Move Sandcastle example data to ion

    Jeshurun Hembd committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6155fa4 View commit details
    Browse the repository at this point in the history
  2. Use smaller datasets for specular testing

    Jeshurun Hembd committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1207edd View commit details
    Browse the repository at this point in the history
  3. Clean up old async code in ModelSpec

    Jeshurun Hembd committed May 16, 2024
    Configuration menu
    Copy the full SHA
    99b6e64 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into gltf-pbr-specular

    Jeshurun Hembd committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d8d469a View commit details
    Browse the repository at this point in the history
  5. Add rendering test for KHR_materials_specular

    Jeshurun Hembd committed May 16, 2024
    Configuration menu
    Copy the full SHA
    74d0d28 View commit details
    Browse the repository at this point in the history
  6. Clarify comment in pbrLighting.glsl

    Jeshurun Hembd committed May 16, 2024
    Configuration menu
    Copy the full SHA
    761f798 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Cleanup

    ggetz committed May 20, 2024
    Configuration menu
    Copy the full SHA
    13af8b2 View commit details
    Browse the repository at this point in the history