@archvisioninc/canvas 2.7.0 → 2.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,7 +42,7 @@ export const prepareMaterialCamera = () => {
42
42
  const meshCenter = getBoundingMeshData(primarySurfaces).center;
43
43
  camera.setTarget(meshCenter);
44
44
  camera.alpha = 1.57;
45
- camera.beta = 1.35;
45
+ camera.beta = 1.65;
46
46
  camera.lowerRadiusLimit = 0.3239;
47
47
  camera.upperRadiusLimit = 5000;
48
48
  camera.minZ = 0.1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archvisioninc/canvas",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "private": false,
5
5
  "main": "dist/Canvas.js",
6
6
  "module": "dist/Canvas.js",
@@ -72,7 +72,7 @@ export const prepareMaterialCamera = () => {
72
72
 
73
73
  camera.setTarget(meshCenter);
74
74
  camera.alpha = 1.57;
75
- camera.beta = 1.35;
75
+ camera.beta = 1.65;
76
76
  camera.lowerRadiusLimit = 0.3239;
77
77
  camera.upperRadiusLimit = 5000;
78
78
  camera.minZ = 0.1;
@@ -12,7 +12,7 @@ import _ from 'lodash';
12
12
  const materialMode = true;
13
13
  const previewMode = false;
14
14
  const demoScene = false;
15
- const shaderballGuid = '21-D640-6334-86DD-4B8D-EDE8-3888-9769-DF26-00';
15
+ const shaderballGuid = '21-791A-0D8D-F8A0-63F7-5086-471F-69A7-7AB0-00';
16
16
 
17
17
  const serializedResponseData = {
18
18
  albedoColor: '#004BA6',