feat / AEB-XX Реализован базовый 3D просмотрщик моделей с поддержкой GLTF

This commit is contained in:
iv_vuytsik
2025-08-04 03:48:44 +03:00
parent 1783e34421
commit 100625a00e
11 changed files with 48316 additions and 106 deletions

View File

@@ -8,6 +8,8 @@
"name": "frontend",
"version": "0.1.0",
"dependencies": {
"@babylonjs/core": "^6.44.0",
"@babylonjs/loaders": "^6.49.0",
"next": "15.4.3",
"react": "19.1.0",
"react-dom": "19.1.0"
@@ -51,6 +53,22 @@
"node": ">=6.0.0"
}
},
"node_modules/@babylonjs/core": {
"version": "6.44.0",
"resolved": "https://registry.npmjs.org/@babylonjs/core/-/core-6.44.0.tgz",
"integrity": "sha512-wSLNutd8qADzPJaKSe2JGN0CGG+bPaayttZIIv9U/ziTnw9EL9KmtU4u26CJMtuV5X8zVvVxih+wNipkHpzgug==",
"license": "Apache-2.0"
},
"node_modules/@babylonjs/loaders": {
"version": "6.49.0",
"resolved": "https://registry.npmjs.org/@babylonjs/loaders/-/loaders-6.49.0.tgz",
"integrity": "sha512-Cy5t20wnYDFmKgVvgMWQpxo/eq+gND60hWxtDT/HwXB0FMeVMlNRpqOWpFuGcVdM4tYCP9eYrhQxvwAJZC/dlA==",
"license": "Apache-2.0",
"peerDependencies": {
"@babylonjs/core": "^6.0.0",
"babylonjs-gltf2interface": "^6.0.0"
}
},
"node_modules/@emnapi/core": {
"version": "1.4.5",
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.5.tgz",
@@ -2170,6 +2188,13 @@
"node": ">= 0.4"
}
},
"node_modules/babylonjs-gltf2interface": {
"version": "6.49.0",
"resolved": "https://registry.npmjs.org/babylonjs-gltf2interface/-/babylonjs-gltf2interface-6.49.0.tgz",
"integrity": "sha512-4qzKCgEayti/YUaeMgAAZxZJlx/kLqXxoC+G8gODYz9wOV9UjnHF09wREZ5cuELzzY/rjSJMqkgDfYbUQIQ6/A==",
"license": "Apache-2.0",
"peer": true
},
"node_modules/balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",