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: packages/core/src/core/FastModelPicker/src/fast-model-picker.ts
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,7 @@ import { Mouse } from "../../Raycasters/src/mouse";
5
5
import{FragmentsManager}from"../../../fragments";
6
6
7
7
/**
8
-
* A fast model picker that uses color coding to identify fragment models under the mouse cursor.
9
-
* This is much faster than raycasting for simple model identification.
8
+
* A fast model picker that uses color coding to identify fragment models under the mouse cursor. This is much faster than raycasting for simple model identification.
* A postprocessing pass that applies a gloss effect to the rendered scene.
11
-
* The gloss effect makes surfaces appear more reflective based on their
12
-
* angle relative to the camera view.
10
+
* A postprocessing pass that applies a gloss effect to the rendered scene. The gloss effect makes surfaces appear more reflective based on their angle relative to the camera view.
0 commit comments