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

[hdEmbree] Add a PxrIESFile class which mimics iesFile, with additional functionality (hdEmbree-UsdLux-PR16) #3193

Open
wants to merge 18 commits into
base: dev
Choose a base branch
from

Commits on Oct 18, 2024

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

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    6a4f145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbdd452 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. [hdEmbree] Initial UsdLux reference implementation

    This modifies the hdEmbree example plugin to do direct lighting so as to
    provide a reference implementation of the expected behaviour for UsdLux.
    
    If no lights are present in the stage, the old ambient occlusion path
    will be used.
    anderslanglands authored and pmolodo committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2c9ff46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ac23aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddbc337 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7c83dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f793aa5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b62a1f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c947427 View commit details
    Browse the repository at this point in the history
  8. [hdEmbree] add pxrPbrt/pbrUtils.h

    A few small utility functions from pbrt-v4
    pmolodo committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0d6880a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9212698 View commit details
    Browse the repository at this point in the history
  10. [hdEmbree] ies.h / ies.cpp: add unaltered

    These are taken unaltered from cycles, v4.1.1
    
    - https://projects.blender.org/blender/cycles/src/tag/v4.1.1/src/util/ies.h
    - https://projects.blender.org/blender/cycles/src/tag/v4.1.1/src/util/ies.cpp
    
    These are not yet built / used, but merely introduce the files for use
    in the codebase later.
    pmolodo committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a3dbec6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    36ddfe3 View commit details
    Browse the repository at this point in the history
  12. [hdEmbree] build ies.cpp

    pmolodo committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9c5a25d View commit details
    Browse the repository at this point in the history
  13. [hdEmbree] ies: disable cycles' candela-to-watt conversion factor by

    default
    
    ...since, unlike Cycles, we intend to work in candela
    pmolodo committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2bebcec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d931fd3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7eb43eb View commit details
    Browse the repository at this point in the history