从text构造material对象。

语法

material ST_MaterialFromText(text text);

参数

参数名称描述
text基于文本描述的material对象。

描述

从text构造material对象,详情请参见ST_MakeMaterial

示例

SELECT ST_AsText(ST_materialFromText(ST_AsText(ST_MakeMaterial(ambient =>'#FFDDEEAA'))));

-------------------------
{"type":"raw", "attributes": {"ambient":"#ffddeeaa"}}