Skip to content

Commit

Permalink
Example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Dec 24, 2024
1 parent c012f20 commit 177ed9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import { KTX2Loader } from 'three/examples/jsm/loaders/KTX2Loader.js';
import { GUI } from 'three/examples/jsm/libs/lil-gui.module.min.js';
import Stats from 'three/examples/jsm/libs/stats.module.js';

const NONE = 0;
const ALL_HITS = 1;
const FIRST_HIT_ONLY = 2;

Expand All @@ -47,7 +48,7 @@ let statsContainer, stats;
const params = {

enableUpdate: true,
raycast: NONE,
raycast: DebugTilesPlugin.ColorModes.NONE,
optimizeRaycast: true,
enableCacheDisplay: false,
enableRendererStats: false,
Expand Down

0 comments on commit 177ed9c

Please sign in to comment.