💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 自旋转 ``` 'animate': [ { 'in_use': true, 'type': 'rotate', 'param': { 'step': { 'x' : 0.03, 'y' : 0, 'z' : 0, }, }, }, ], ``` * 旋转中心为物体对齐中心点(align) | 参数 | 说明 | 格式 | 备注 | | --- | --- | --- | --- | --- | | animate[i].in_use | 是否启用本动画 | Boolean | | | animate[i].type | 动画类型 | String | | | animate[i].param.step | 动画参数:自旋转每帧步进(弧度) | Object | xyz弧度 |