Skip to content

Commit e113cab

Browse files
committed
chore: reformat docs comments
1 parent a37a0a9 commit e113cab

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

packages/core/src/core/FastModelPicker/src/fast-model-picker.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import { Mouse } from "../../Raycasters/src/mouse";
55
import { FragmentsManager } from "../../../fragments";
66

77
/**
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.
109
*/
1110
export class FastModelPicker implements Disposable {
1211
/** {@link Component.enabled} */

packages/front/src/core/PostproductionRenderer/src/gloss-pass.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ import * as OBC from "@thatopen/components";
77
import { getProjectedNormalMaterial } from "./projected-normal-material";
88

99
/**
10-
* 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.
1311
*/
1412
export class GlossPass extends Pass {
1513
resolution: THREE.Vector2;

0 commit comments

Comments
 (0)