Skip to content

Commit

Permalink
limit threejs (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie authored Jun 25, 2023
1 parent f3321b6 commit 9640698
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [unreleased]

## [0.2.2]

- #18 limits the max threejs version to 0.150.0 to preserve colors.

## [0.2.1]

- #16:
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
;; ## Variables

(def lib 'org.mentat/mathbox.cljs)
(def version "0.2.1")
(def version "0.2.2")
(def pom-deps
{'org.babashka/sci
{:mvn/version "0.7.39"
Expand Down
2 changes: 1 addition & 1 deletion dev/mathbox/examples/test/polar.clj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
[-1 1]]
:scale [2 1 1]
:helix 0.1}
;; radius axis with tickets.
;; radius axis with ticks.
[box/Transform {:position [0 0.5 0]}
[box/Axis {:detail 256}]
[box/Scale {:divide 10 :unit Math/PI :base 2}]
Expand Down
2 changes: 1 addition & 1 deletion src/deps.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
{"mathbox-react" "^0.2.2"
"mathbox" "^2.3.1"
"threestrap" "0.5.1"
"three" ">= 0.118.0 || < 0.163.0"}}
"three" ">= 0.118.0 || <= 0.150.0"}}

0 comments on commit 9640698

Please sign in to comment.