语法
- string[] readMaterial(filePath)
参数
- filePath - string要读取的材料文件的名称。 有关搜索位置的信息,请参阅资产搜索。 受支持的扩展名为 .cgamat 和 .mtl。
注:
CityEngine CGA 材料编码器允许通过模型导出编写 cgamat 文件。
返回
filePath 中的解码材料作为 cga 材料属性的 2D 字符串数组。
描述
readMaterial 函数将材料文件 filePath 读入 2D 材料属性数组,类似于从 getMaterial() 返回的数组。 引用的纹理已解决。 返回的数组可用于通过 setMaterial() 操作设置当前形状的材料。