Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwalkulkarni committed Mar 13, 2024
1 parent 03f0ae4 commit a033f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parsers/CUBE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export function CUBE(str: string, options: ParserOptionsSpec) {
matrix4: undefined,
matrix: undefined,
};

const origin = (cryst.origin = new Vector3(
parseFloat(lineArr[1]),
parseFloat(lineArr[2]),
Expand Down

0 comments on commit a033f27

Please sign in to comment.