Skip to content

Commit

Permalink
Axis
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsturges committed Nov 19, 2024
1 parent f33d554 commit 8950afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/Axis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Vector3 } from "three";
* Procedural Geometry
* ```
* const vertex = new Vector3(0, 0, 0);
* const axis = Axis.XZ; // Diagonal direction on XZ plane
* const axis = Axis.XZ; // Diagonal axis on XZ plane
*
* const offset = axis.clone().multiplyScalar(5);
* vertex.add(offset); // Move vertex in axis
Expand Down

0 comments on commit 8950afb

Please sign in to comment.