You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TESTCASES.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,13 +159,13 @@ Verify only tiles in view of both cameras frustums are displayed in the third pe
159
159
160
160
Verify the hit marker is on the point under the mouse and that the normal lines up with the surface.
161
161
162
-
## Verify that raycasting works as expected with maxDepth = 0
162
+
## Verify that raycasting works as expected with just root
163
163
164
164
#### steps
165
165
166
166
1. Open the kitchen sink example.
167
167
1. Enable raycasting.
168
-
1. Set max depth option to 0.
168
+
1. Set max depth option to 1.
169
169
1. Hover over the surface of the terrain.
170
170
1. Repeat with firstHitOnly = false.
171
171
@@ -216,7 +216,7 @@ Verify that an error is logged stating that the tileset could not be found just
216
216
217
217
#### steps
218
218
219
-
1. Open the kitchen sink example with the no root content tileset by navigating [here](https://nasa-ammos.github.io/3DTilesRendererJS/example/bundle/#../data/tileset-no-root-content.json).
219
+
1. Open the kitchen sink example with the no root content tileset by navigating [here](https://nasa-ammos.github.io/3DTilesRendererJS/example/bundle/#../data/tileset-broken-root-content.json).
0 commit comments