@yhsoft/model-viewer
v0.3.3
Published
基于 ThreeJS 开发的三维模型查看器,支持多种 3D 格式的模型浏览,支持对模型的旋转、平移、缩放等操作
Downloads
22
Maintainers
Readme
✨ 特性
- 🌈 基于 ThreeJS 开发
- 📦 支持加载多种三维模型:obj, fbx, glb, gltf, 3mf, 3ds ……
- ⚙️ 丰富的 API 方便灵活定制与拓展
- 🎨 可设置主题和布局,适合更丰富的应用场景
兼容环境
- 现代浏览器
示例
安装
npm install @yhsoft/model-viewer
pnpm add @yhsoft/model-viewer
yarn add @yhsoft/model-viewer
用法
import { ModelViewer } from "@yhsoft/model-viewer";