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

Allow displaying of unloaded prims as bounding boxes #1145

Merged

Commits on Mar 16, 2020

  1. Provide an optional feature in the UsdImagingDelegate to display unlo…

    …aded
    
    prims with payloads as bounding boxes. Requires that the prim is of Model
    kind and has an extentsHint authored, or is a UsdGeomBoundable and has
    an extent authored.
    
    Built on the work from Animal Logic here:
    https://github.com/AnimalLogic/USD/tree/display_unloaded_prims
    And taking into account Pixar's recommendations here:
    PixarAnimationStudios#788
    And also adding support for native and point instanced primitives.
    marktucker committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    41020a9 View commit details
    Browse the repository at this point in the history
  2. Responding to comments on pull request. Adding some additional todos for

    future work, and removing the upper bound check on the size of the
    extentsHint array.
    marktucker committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    ffee0ce View commit details
    Browse the repository at this point in the history