We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538301e commit 8ea691dCopy full SHA for 8ea691d
CHANGES.md
@@ -16,6 +16,7 @@ Improvements:
16
- Improve performance of cylinders (#67)
17
- Add default colors to primitives and lights (#75)
18
- Improve performance of shaders by inlining some uniforms (#79)
19
+- Update three.js to r137 (#80)
20
21
Internals:
22
- Convert all materials to ShaderMaterial/RawShaderMaterial (#53)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@mathicsorg/mathics-threejs-backend",
3
"version": "1.0.3",
4
- "threejs_revision": 136,
+ "threejs_revision": 137,
5
"description": "Mathics 3D Graphics backend using three.js",
6
"source": "src/index.js",
7
"main": "docs/build.js",
0 commit comments