Skip to content

Commit

Permalink
CurveModifiers: typos (#1452)
Browse files Browse the repository at this point in the history
* CurveModifiers: typos

* Update three.js
  • Loading branch information
Methuselah96 authored Dec 20, 2024
1 parent 2a09c7d commit 0917b50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion types/three/examples/jsm/modifiers/CurveModifier.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class Flow {
curveLengthArray: number[];

object3D: Mesh;
splineTexure: DataTexture;
splineTexture: DataTexture;
uniforms: SplineUniform;

constructor(mesh: Mesh, numberOfCurves?: number);
Expand Down
2 changes: 1 addition & 1 deletion types/three/examples/jsm/modifiers/CurveModifierGPU.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class Flow {
curveLengthArray: number[];

object3D: Mesh;
splineTexure: DataTexture;
splineTexture: DataTexture;
uniforms: SplineUniform;

constructor(mesh: Mesh, numberOfCurves?: number);
Expand Down

0 comments on commit 0917b50

Please sign in to comment.