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

UsdLux update #2758

Draft
wants to merge 8 commits into
base: dev
Choose a base branch
from

Commits on Nov 21, 2023

  1. add option to disable default light to usdrecord

    adds a command-line option, --disableDefaultight to usdrecord that causes UsdAppUtilsFrameRecorder to not add the default camera light to the imaging engine.
    anderslanglands committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a56927f View commit details
    Browse the repository at this point in the history
  2. 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 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    047d9f1 View commit details
    Browse the repository at this point in the history
  3. Add explanation of UsdLux quantities and behaviour

    Adds explanation of expected behviour to UsdLux docs.
    anderslanglands committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f70949a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7026e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bba0e3d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    9c612f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c86fac View commit details
    Browse the repository at this point in the history
  3. add defaults

    anderslanglands committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    37e4962 View commit details
    Browse the repository at this point in the history