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 5bf73d1 commit c08552fCopy full SHA for c08552f
index.html
@@ -226,7 +226,7 @@
226
// zoom: 1,
227
// glass: true,
228
collapse: 3,
229
- measureTools: false,
+ measureTools: true,
230
};
231
232
function showViewer(control, mode, containerId) {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "three-cad-viewer",
3
- "version": "3.3.4",
+ "version": "3.3.5",
4
"description": "",
5
"repository": {
6
"type": "git",
@@ -24,7 +24,7 @@
24
"author": "Bernhard Walter",
25
"license": "MIT",
26
"dependencies": {
27
- "three": "0.173.0"
+ "three": "0.176.0"
28
},
29
"devDependencies": {
30
"cross-spawn": "^7.0.6",
src/_version.js
@@ -1 +1 @@
-export const version = "3.3.4";
+export const version = "3.3.5";
0 commit comments