tencentcloud-sdk-ai3d 3.0.1187 → 3.0.1197
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20250513/models.rb +9 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d32c291c0f6a944fc91c6bca32371bdbc20a95e9
|
|
4
|
+
data.tar.gz: 3777c74b3c60a1f5dc7a31932337f0b2694b2173
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07ffa2b598ab5126acc0ac5a75951d47d05e4809c1cbf7c1801867e6662e7d653f32d5113431fd69d5c300783d34cb369bf2c6eddbbf4b905e8631f7b7c9e6e0
|
|
7
|
+
data.tar.gz: e6a909a9bdeac6f3e9f1781c4a579f1a7097ef2a5770948a7626ce355a6215874534e29036d504a76b93628adcb527fb36d0732ed8d6d02706be7ab587bc9897
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1197
|
data/lib/v20250513/models.rb
CHANGED
|
@@ -519,11 +519,12 @@ module TencentCloud
|
|
|
519
519
|
# @param EnablePBR: 是否开启 PBR材质生成,默认 false。
|
|
520
520
|
# @type EnablePBR: Boolean
|
|
521
521
|
# @param FaceCount: 生成3D模型的面数,默认值为500000。
|
|
522
|
-
# 可支持生成面数范围,参考值:
|
|
522
|
+
# 可支持生成面数范围,参考值:10000-1500000。
|
|
523
|
+
# GenerateType中选择LowPoly时,参考值:3000-1500000。
|
|
523
524
|
# @type FaceCount: Integer
|
|
524
525
|
# @param GenerateType: 生成任务类型,默认Normal,参考值:
|
|
525
526
|
# Normal:可生成带纹理的几何模型。
|
|
526
|
-
# LowPoly
|
|
527
|
+
# LowPoly:可生成智能拓扑后的模型,选择此参数时,面数最低可到达3000面。
|
|
527
528
|
# Geometry:可生成不带纹理的几何模型(白模),选择此任务时,EnablePBR参数不生效。
|
|
528
529
|
# Sketch:可输入草图或线稿图生成模型,此模式下prompt和ImageUrl/ImageBase64可一起输入。
|
|
529
530
|
# @type GenerateType: String
|
|
@@ -533,10 +534,12 @@ module TencentCloud
|
|
|
533
534
|
# triangle: 三角形面。
|
|
534
535
|
# quadrilateral: 四边形面与三角形面混合生成。
|
|
535
536
|
# @type PolygonType: String
|
|
537
|
+
# @param ResultFormat: 生成模型的格式,仅限制生成一种格式; 生成模型文件组默认返回obj、glb格式(开启时Geometry参数时,默认为glb格式); 可选值:STL,USDZ,FBX;
|
|
538
|
+
# @type ResultFormat: String
|
|
536
539
|
|
|
537
|
-
attr_accessor :Prompt, :ImageBase64, :ImageUrl, :MultiViewImages, :EnablePBR, :FaceCount, :GenerateType, :PolygonType
|
|
540
|
+
attr_accessor :Prompt, :ImageBase64, :ImageUrl, :MultiViewImages, :EnablePBR, :FaceCount, :GenerateType, :PolygonType, :ResultFormat
|
|
538
541
|
|
|
539
|
-
def initialize(prompt=nil, imagebase64=nil, imageurl=nil, multiviewimages=nil, enablepbr=nil, facecount=nil, generatetype=nil, polygontype=nil)
|
|
542
|
+
def initialize(prompt=nil, imagebase64=nil, imageurl=nil, multiviewimages=nil, enablepbr=nil, facecount=nil, generatetype=nil, polygontype=nil, resultformat=nil)
|
|
540
543
|
@Prompt = prompt
|
|
541
544
|
@ImageBase64 = imagebase64
|
|
542
545
|
@ImageUrl = imageurl
|
|
@@ -545,6 +548,7 @@ module TencentCloud
|
|
|
545
548
|
@FaceCount = facecount
|
|
546
549
|
@GenerateType = generatetype
|
|
547
550
|
@PolygonType = polygontype
|
|
551
|
+
@ResultFormat = resultformat
|
|
548
552
|
end
|
|
549
553
|
|
|
550
554
|
def deserialize(params)
|
|
@@ -563,6 +567,7 @@ module TencentCloud
|
|
|
563
567
|
@FaceCount = params['FaceCount']
|
|
564
568
|
@GenerateType = params['GenerateType']
|
|
565
569
|
@PolygonType = params['PolygonType']
|
|
570
|
+
@ResultFormat = params['ResultFormat']
|
|
566
571
|
end
|
|
567
572
|
end
|
|
568
573
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ai3d
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1197
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|