Skip to content

Commit

Permalink
HYDRA-1132 : Add references to USD schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
debloip-adsk committed Sep 4, 2024
1 parent 658f061 commit af87b9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/flowViewport/sceneIndex/fvpPathInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class Path;

namespace FVP_NS_DEF {

// Based on USD's HdInstanceIndicesSchema :
// https://github.com/PixarAnimationStudios/OpenUSD/blob/59992d2178afcebd89273759f2bddfe730e59aa8/pxr/imaging/hd/instanceIndicesSchema.h
struct InstancesSelection {
PXR_NS::SdfPath instancerPath;
int prototypeIndex;
Expand All @@ -44,6 +46,8 @@ struct InstancesSelection {
}
};

// Based on USD's HdSelectionSchema :
// https://github.com/PixarAnimationStudios/OpenUSD/blob/59992d2178afcebd89273759f2bddfe730e59aa8/pxr/imaging/hd/selectionSchema.h
struct PrimSelection
{
PXR_NS::SdfPath primPath;
Expand Down

0 comments on commit af87b9a

Please sign in to comment.