We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c90b6 commit 87bb861Copy full SHA for 87bb861
articles/remote-rendering/overview/features/spatial-queries.md
@@ -57,7 +57,6 @@ void CastRay(ApiHandle<RenderingSession> session)
57
RayCast rayCast;
58
rayCast.StartPos = {0, 0, 0};
59
rayCast.EndPos = {0, 0, 10};
60
- rayCast.MaxHits = 10;
61
62
// only return the closest hit
63
rayCast.HitCollection = HitCollectionPolicy::ClosestHit;
0 commit comments