threejs示例

以下sample使用的是 threejs 库

完整代码请查看:

https://github.com/gentwolf-shen/youseear-threejs

https://gitee.com/gentwolf-shen/youseear-threejs

体验二维码(不支iOS版微信)

YouSeeAR-QR

识别图

YouSeeAR-Marker

使用说明

1. 下载代码

2. 修改配置信息

const setting = [
    { type: 'model', featureUrl: '/assets/features/model.dat', assetUrl: '/assets/models/dancing-girl.glb', scale: 100, rotationX: Math.PI / 2 },
    { type: 'video', featureUrl: '/assets/features/video.dat', assetUrl: '/assets/videos/1.mp4', scale: 400 },
]
app.run(setting[0]); 

3. 本地调试说明

在代码根目录开启web服务,可以使用nginx或nodejs的npm包开启。

4. 线上发布说明

注册 YouSeeAR.com 帐号,创建 WebAR 项目,并验证域名,域名需要支持 HTTPS。