Skip to content

Missing RectLight support in USD parser #248

@bbias

Description

@bbias

Problem

The USD parser currently does not support RectLight primitives, which are part of the standard UsdLux schema.

Current Behavior

  • RectLight primitives are not registered in the parser
  • Files containing RectLight fail to parse or are treated as unknown primitives
  • Missing from composition system reconstruction

Expected Behavior

  • RectLight should be fully supported like other light types (SphereLight, DiskLight, etc.)
  • Should parse RectLight attributes: width, height, intensity, color, etc.
  • Should be included in composition system

Impact

Users cannot load USD files containing RectLight primitives, limiting compatibility with standard USD content.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions