Skip to content

Commit ef072c9

Browse files
committed
Revert raycasting override
1 parent 97b8f6d commit ef072c9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/three/plugins/LoadRegionPlugin.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export class LoadRegionPlugin {
66
constructor() {
77

88
this.name = 'LOAD_REGION_PLUGIN';
9-
this.priority = - 1000;
109
this.regions = [];
1110
this.tiles = null;
1211

@@ -92,12 +91,6 @@ export class LoadRegionPlugin {
9291

9392
}
9493

95-
raycastTile( tile, scene, raycaster, intersects ) {
96-
97-
return ! tile.__inFrustum;
98-
99-
}
100-
10194
dispose() {
10295

10396
this.regions = [];

0 commit comments

Comments
 (0)