Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Typo fixed in curve, loading manner and light html files #646

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion types/three/src/extras/core/Curve.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export abstract class Curve<T extends Vector> {
getLengths(divisions?: number): number[];

/**
* Update the cumlative segment distance cache
* Update the cumulative segment distance cache
* @remarks
* The method must be called every time {@link Curve} parameters are changed
* If an updated {@link Curve} is part of a composed {@link Curve} like {@link THREE.CurvePath | CurvePath},
Expand Down
3 changes: 1 addition & 2 deletions types/three/src/lights/Light.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ export abstract class Light<TShadowSupport extends LightShadow | undefined = Lig

/**
* The light's intensity, or strength.
* When {@link THREE.WebGLRenderer.useLegacyLights | legacy lighting mode} is disabled, the units of intensity depend on the type of light.
* @remarks Expects a `Float`
* The units of intensity depend on the type of light.
* @defaultValue `1`
*/
intensity: number;
Expand Down