tencentcloud-sdk-nodejs-ai3d 4.1.165 → 4.1.166

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ai3d",
3
- "version": "4.1.165",
3
+ "version": "4.1.166",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -358,13 +358,14 @@ export interface SubmitHunyuanTo3DProJobRequest {
358
358
  EnablePBR?: boolean;
359
359
  /**
360
360
  * 生成3D模型的面数,默认值为500000。
361
- 可支持生成面数范围,参考值:40000-1500000。
361
+ 可支持生成面数范围,参考值:10000-1500000。
362
+ GenerateType中选择LowPoly时,参考值:3000-1500000。
362
363
  */
363
364
  FaceCount?: number;
364
365
  /**
365
366
  * 生成任务类型,默认Normal,参考值:
366
367
  Normal:可生成带纹理的几何模型。
367
- LowPoly:可生成智能减面后的模型。
368
+ LowPoly:可生成智能拓扑后的模型,选择此参数时,面数最低可到达3000面。
368
369
  Geometry:可生成不带纹理的几何模型(白模),选择此任务时,EnablePBR参数不生效。
369
370
  Sketch:可输入草图或线稿图生成模型,此模式下prompt和ImageUrl/ImageBase64可一起输入。
370
371
  */