以下sample使用的是 threejs 库
完整代码请查看:
https://github.com/gentwolf-shen/youseear-threejs
https://gitee.com/gentwolf-shen/youseear-threejs
体验二维码(不支iOS版微信)
识别图
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]);
在代码根目录开启web服务,可以使用nginx或nodejs的npm包开启。
注册 YouSeeAR.com 帐号,创建 WebAR 项目,并验证域名,域名需要支持 HTTPS。