Skip to content

Commit

Permalink
add load 3d node support (#1563)
Browse files Browse the repository at this point in the history
* add load 3d node support

* stl and different material display support
  • Loading branch information
jtydhr88 authored Nov 17, 2024
1 parent b5f0c4b commit d5ce140
Show file tree
Hide file tree
Showing 5 changed files with 1,029 additions and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const jestConfig: JestConfigWithTsJest = {
}
]
},
transformIgnorePatterns: ['/node_modules/(?!(three|@three)/)'],
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
'\\.(css|less|scss|sass)$': 'identity-obj-proxy'
Expand Down
65 changes: 65 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.8",
"@types/three": "^0.169.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/test-utils": "^2.4.6",
"@vue/vue3-jest": "^29.2.6",
Expand Down Expand Up @@ -86,6 +87,7 @@
"pinia": "^2.1.7",
"primeicons": "^7.0.0",
"primevue": "^4.0.5",
"three": "^0.170.0",
"vue": "^3.4.31",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.3",
Expand Down
1 change: 1 addition & 0 deletions src/extensions/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ import './webcamCapture'
import './widgetInputs'
import './uploadAudio'
import './electronAdapter'
import './load3d'
Loading

0 comments on commit d5ce140

Please sign in to comment.