全部產品
Search
文件中心

:ST_NumTextures

更新時間:Feb 28, 2024

返回sfmesh對象中紋理的數量。

文法

int4 ST_NumTextures(sfmesh sfmeshObject);

參數

參數名稱描述
sfmeshObjectsfmesh對象。

描述

返回sfmesh對象中紋理的數量。

樣本

select ST_NumTextures('{"meshgeoms" : ["MESHGEOM(PATCH(TRIANGLESTRIP(0 0,0 10,10 10,10 0)))"],  "materials":[{"type":"db", "attributes": {"schema":"public","table":"t_material","column":"the_material","key":"num=1"}} ], "textures":[{"compressionType" : "None", "format" : "JPEG", "wrap" : "Wrap", "type" : "DB", "depth" : 3, "width" : 256, "height" : 256, "name" : "texture_name3", "size" : 72, "data" : {"schema":"public","table":"test","column":"the_texture","key":"num=1"}} ],"primitives" : [  {"meshgeom": 0, "material" : 0}],  "nodes" : [    {"primitive" : 0} ] }'::sfmesh);

------------------------------
 1