tencentcloud-sdk-nodejs-ai3d 4.1.158 → 4.1.165
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
|
@@ -377,6 +377,10 @@ export interface SubmitHunyuanTo3DProJobRequest {
|
|
|
377
377
|
quadrilateral: 四边形面与三角形面混合生成。
|
|
378
378
|
*/
|
|
379
379
|
PolygonType?: string;
|
|
380
|
+
/**
|
|
381
|
+
* 生成模型的格式,仅限制生成一种格式; 生成模型文件组默认返回obj、glb格式(开启时Geometry参数时,默认为glb格式); 可选值:STL,USDZ,FBX;
|
|
382
|
+
*/
|
|
383
|
+
ResultFormat?: string;
|
|
380
384
|
}
|
|
381
385
|
/**
|
|
382
386
|
* DescribeHunyuanTo3DUVJob返回参数结构体
|