tencentcloud-sdk-nodejs-ai3d 4.1.233 → 4.1.236
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -480,7 +480,7 @@ export interface SubmitHunyuanTo3DRapidJobRequest {
|
|
|
480
480
|
*/
|
|
481
481
|
export interface SubmitAutoRiggingJobRequest {
|
|
482
482
|
/**
|
|
483
|
-
* <p
|
|
483
|
+
* <p>人形角色需采用标准姿态(A Pose 或 T Pose),尽量保持无动作状态。<br>模型中不应包含人体以外的组件(如武器、坐骑、翅膀等),避免松散衣物、配饰及复杂发型。<br>非人形角色建议上传二足、四足、鸟类等单一生命体模型,姿态应尽量简洁,无夸张或复杂动作,且不支持动作模版生成。3D模型文件必选其一,参考值:<br>FBX:3D模型文件,格式为FBX,文件大小不超过60Mb;<br>GLB:3D模型文件,格式为GLB,文件大小不超过60Mb;</p>
|
|
484
484
|
*/
|
|
485
485
|
File3D: InputFile3D;
|
|
486
486
|
/**
|