@abi-software/scaffoldvuer 1.16.0-beta.0 → 1.16.0-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/scaffoldvuer",
3
- "version": "1.16.0-beta.0",
3
+ "version": "1.16.0-beta.1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,7 +53,7 @@
53
53
  "unplugin-vue-components": "^0.26.0",
54
54
  "vue": "^3.4.21",
55
55
  "vue-router": "^4.2.5",
56
- "zincjs": "^1.19.2"
56
+ "zincjs": "^1.19.3"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@babel/eslint-parser": "^7.28.0",
package/src/App.vue CHANGED
@@ -616,8 +616,8 @@ export default {
616
616
  const scene = this.$refs.scaffold.$module.scene;
617
617
  newTexture.setBrightness(0.38);
618
618
  newTexture.setContrast(3.5);
619
+ newTexture.setPosition(-158.73, -150.51, -198.50);
619
620
  scene.addZincObject(newTexture);
620
- console.log(newTexture)
621
621
  },
622
622
  saveSettings: function () {
623
623
  this.sceneSettings.push(this.$refs.scaffold.getState());
@@ -1,8 +1,5 @@
1
1
  //import * as nifti from 'nifti-reader-js';
2
2
  import { createPrimitivesFromNIFTI } from "zincjs/src/loaders/niftiReader.js";
3
- import {
4
- THREE
5
- } from "zincjs";
6
3
 
7
4
  const options = {
8
5
  hideWhitePixel: false,