Skip to content

Incomplete light attribute support for DiskLight and DistantLight #250

@bbias

Description

@bbias

Problem

DiskLight and DistantLight are missing several basic light attributes that are part of the standard USD light schema.

Missing DiskLight Attributes

  • inputs:color (color3f)
  • inputs:intensity (float)
  • inputs:exposure (float)
  • inputs:normalize (bool)
  • inputs:enableColorTemperature (bool)
  • inputs:colorTemperature (float)

Missing DistantLight Attributes

  • inputs:color (color3f)
  • inputs:intensity (float)
  • inputs:exposure (float)
  • inputs:normalize (bool)
  • inputs:enableColorTemperature (bool)
  • inputs:colorTemperature (float)

Current Behavior

  • These essential light attributes are not parsed
  • USD files lose basic lighting parameters for these light types
  • Inconsistent attribute support across different light types

Expected Behavior

  • All basic light attributes should be supported consistently across all light types
  • Proper parsing and storage of color, intensity, exposure, and color temperature settings

Impact

Basic lighting parameters are lost when loading USD files, affecting the ability to accurately represent lighting setups.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions