Skip to content

Commit 8ea691d

Browse files
Update three.js to r137
1 parent 538301e commit 8ea691d

File tree

3 files changed

+4695
-4567
lines changed

3 files changed

+4695
-4567
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Improvements:
1616
- Improve performance of cylinders (#67)
1717
- Add default colors to primitives and lights (#75)
1818
- Improve performance of shaders by inlining some uniforms (#79)
19+
- Update three.js to r137 (#80)
1920

2021
Internals:
2122
- Convert all materials to ShaderMaterial/RawShaderMaterial (#53)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mathicsorg/mathics-threejs-backend",
33
"version": "1.0.3",
4-
"threejs_revision": 136,
4+
"threejs_revision": 137,
55
"description": "Mathics 3D Graphics backend using three.js",
66
"source": "src/index.js",
77
"main": "docs/build.js",

0 commit comments

Comments
 (0)