Skip to content

Commit

Permalink
export Lineamp
Browse files Browse the repository at this point in the history
  • Loading branch information
CAIMEOX committed Jul 20, 2023
1 parent 9e6c38b commit 8b3ed19
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"cSpell.words": [
"gametest",
"gametests",
"Lineamp",
"minecart",
"shulker",
"zoglin"
Expand Down
6 changes: 4 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@ import * as Generator from "./src/generator.js";
import * as Transform from "./src/transform.js";
import * as LSystem from "./src/lsystem.js";
import * as IFS from "./src/ifs.js";
import * as Lineamp from "./src/lineamp.js";
import { Turtle2D, Turtle3D } from "./src/turtle.js";
import { DLA2D } from "./src/DLA2D.js";
import { DLA3D } from "./src/DLA3D.js";
const DLA = { DLA2D, DLA3D };
export {
Vec3,
Exp,
Generator,
Transform,
Lineamp,
LSystem,
IFS,
DLA2D,
DLA3D,
DLA,
Turtle2D,
Turtle3D,
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pureeval/voxel-geometry",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"description": "voxel-geometry",
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.0.2

0 comments on commit 8b3ed19

Please sign in to comment.