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 utilities for processing ies light files (hdEmbree-UsdLux-PR15) #3192

Open
wants to merge 14 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 22, 2024

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

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    89e974f View commit details
    Browse the repository at this point in the history
  2. [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 23, 2024
    Configuration menu
    Copy the full SHA
    76c2135 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e232d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    035a0d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    988665c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebb46db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cb4d2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfd9507 View commit details
    Browse the repository at this point in the history
  9. [hdEmbree] add pxrPbrt/pbrUtils.h

    A few small utility functions from pbrt-v4
    pmolodo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    64da5d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2840eb View commit details
    Browse the repository at this point in the history
  11. [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 23, 2024
    Configuration menu
    Copy the full SHA
    1a044a1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8a6e0ce View commit details
    Browse the repository at this point in the history