Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Aug 3, 2024
1 parent 9135fd6 commit 361fa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/culling/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: MIT
// Copyright (c) vis.gl contributors

\export const INTERSECTION = {
export const INTERSECTION = {
OUTSIDE: -1, // Represents that an object is not contained within the frustum.
INTERSECTING: 0, // Represents that an object intersects one of the frustum's planes.
INSIDE: 1 // Represents that an object is fully within the frustum.
Expand Down

0 comments on commit 361fa49

Please sign in to comment.