@dxp-dc/taro-three-viewer
v1.0.0
Published
taro2.x three viewer
Downloads
4
Keywords
Readme
基于 Taro 的多端 3D 模型加载组件
支持 Taro 2.x
支持 H5, 微信小程序
支持 fbx 模型
Usage
<ThreeViewer url={fbxUrl} cameraPosition={cameraPosition} />
参数
| 参数 | 说明 | 类型 | 可选值 | 默认值 | | --------- | -------- | ------ |----- |---- | | url | 模型url | String | — | — | | cameraPosition | camera位置 | Position | — | 0 |
Position
interface Position {
x: number;
y: number;
z: number;
}
Issue
- 微信小程序不支持 fbx 模型的动画