Skip to content

Commit

Permalink
Point instance picking support (no selection highlighting) (#105)
Browse files Browse the repository at this point in the history
* Point instance picking support (no selection highlighting)

* Account for multiple pick hits in point instance pick test.
  • Loading branch information
ppt-adsk authored Mar 25, 2024
1 parent 731757f commit f1c295d
Show file tree
Hide file tree
Showing 13 changed files with 1,135 additions and 77 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ SdfPath MayaHydraSceneIndex::SetCameraViewport(const MDagPath& camPath, const Gf

bool MayaHydraSceneIndex::AddPickHitToSelectionList(
const HdxPickHit& hit,
const MHWRender::MSelectionInfo& selectInfo,
const MHWRender::MSelectionInfo& /* selectInfo */,
MSelectionList& selectionList,
MPointArray& worldSpaceHitPts)
{
Expand Down
Loading

0 comments on commit f1c295d

Please sign in to comment.