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 1565aaf commit c9c90b6Copy full SHA for c9c90b6
articles/remote-rendering/overview/features/spatial-queries.md
@@ -56,7 +56,7 @@ void CastRay(ApiHandle<RenderingSession> session)
56
// trace a line from the origin into the +z direction, over 10 units of distance.
57
RayCast rayCast;
58
rayCast.StartPos = {0, 0, 0};
59
- rayCast.EndPos = {0, 0, 1};
+ rayCast.EndPos = {0, 0, 10};
60
rayCast.MaxHits = 10;
61
62
// only return the closest hit
0 commit comments