产品概述
产品功能
产品优势

client-render-demo: 客户端渲染示例client-render-demo 目录。http://localhost:3000/index.html来做到这一点。
model文件夹中,并根据模型名称修改model文件夹中的meta.json内容。model├── action│ ├── listening.json│ ├── kending.json│ └── ...├── config.json├── meta.json└── model.glb
meta.json文件中,根据实际模型名称进行以下修改:{"modelPath": "model.glb","actionPaths": ["action/listening.json","action/kending.json",...],"configPath": "config.json"}
config.json文件,则需要从meta.json中删除configPath配置项。http://localhost:3000/index.html?virtualmanKey=xxxx&sign=xxxx&config=xxxx。virtualmanKey: 形象唯一标识。您可以通过获取秘钥并按照指定的步骤来获取这个值。sign: 签名。请注意,这里不需要进行 URL 编码。同样可以通过访问获取密钥获取。server-render-demo 目录。http://localhost:3000/index.html来做到这一点。http://localhost:3000/index.html?virtualmanKey=xxxx&sign=xxxx。virtualmanKey: 形象唯一标识。您可以通过获取密钥并按照指定的步骤来获取这个值。sign: 签名。请注意,这里不需要进行 URL 编码。同样可以通过访问获取密钥获取。文档反馈