viral-viewer-2 0.9.6 → 0.9.7

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.
@@ -268,28 +268,28 @@ class CubeScene {
268
268
  this.addObject(plane1);
269
269
  //right
270
270
  // this.addObject(plane11);
271
- const plane1141 = new three_1.Mesh();
272
- plane1141.name = "1141";
273
- plane1141.add(plane11);
274
- plane1141.add(plane41);
275
- plane1141.material = planeMaterial.clone();
276
- this.addObject(plane1141);
271
+ const plane1131 = new three_1.Mesh();
272
+ plane1131.name = "1131";
273
+ plane1131.add(plane11);
274
+ plane1131.add(plane31);
275
+ plane1131.material = planeMaterial.clone();
276
+ this.addObject(plane1131);
277
277
  //left
278
278
  // this.addObject(plane12);
279
- const plane1231 = new three_1.Mesh();
280
- plane1231.name = "1231";
281
- plane1231.add(plane12);
282
- plane1231.add(plane31);
283
- plane1231.material = planeMaterial.clone();
284
- this.addObject(plane1231);
279
+ const plane1242 = new three_1.Mesh();
280
+ plane1242.name = "1242";
281
+ plane1242.add(plane12);
282
+ plane1242.add(plane42);
283
+ plane1242.material = planeMaterial.clone();
284
+ this.addObject(plane1242);
285
285
  //top
286
286
  // this.addObject(plane13);
287
- const plane1354 = new three_1.Mesh();
288
- plane1354.name = "1354";
289
- plane1354.add(plane13);
290
- plane1354.add(plane54);
291
- plane1354.material = planeMaterial.clone();
292
- this.addObject(plane1354);
287
+ const plane1353 = new three_1.Mesh();
288
+ plane1353.name = "1354";
289
+ plane1353.add(plane13);
290
+ plane1353.add(plane53);
291
+ plane1353.material = planeMaterial.clone();
292
+ this.addObject(plane1353);
293
293
  //bottom
294
294
  // this.addObject(plane14);
295
295
  const plane1463 = new three_1.Mesh();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viral-viewer-2",
3
- "version": "0.9.6",
3
+ "version": "0.9.7",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",