Searched defs:exportMaterial (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_exporter.cpp | 985 void ExportGltfMaterialMetallicRoughness(Material& exportMaterial, const MaterialComponent& materia… in ExportGltfMaterialMetallicRoughness() 1002 void ExportGltfMaterialClearcoat(Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterialClearcoat() 1023 void ExportGltfMaterialIor(Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterialIor() 1035 void ExportGltfMaterialSheen(Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterialSheen() 1050 void ExportGltfMaterialSpecular(Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterialSpecular() 1065 void ExportGltfMaterialTransmission(Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterialTransmission() 1079 void ExportGltfMaterialSpecularGlossiness(Material& exportMaterial, const MaterialComponent& materi… in ExportGltfMaterialSpecularGlossiness() 1097 void ExportGltfMaterialUnlit(Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterialUnlit() 1108 void UpdateShaderStateToGltfMaterial(const IDevice* device, Material& exportMaterial, in UpdateShaderStateToGltfMaterial() 1144 void ExportGltfMaterial(const IDevice* device, Material& exportMaterial, const MaterialComponent& m… in ExportGltfMaterial() [all …]
|