Searched refs:exportMaterial (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_exporter.cpp | 985 void ExportGltfMaterialMetallicRoughness(Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterialMetallicRoughness() argument 988 exportMaterial.type = Material::Type::MetallicRoughness; in ExportGltfMaterialMetallicRoughness() 989 exportMaterial.metallicRoughness.baseColorFactor = in ExportGltfMaterialMetallicRoughness() 991 exportMaterial.metallicRoughness.baseColorTexture.index = in ExportGltfMaterialMetallicRoughness() 993 exportMaterial.metallicRoughness.metallicFactor = in ExportGltfMaterialMetallicRoughness() 995 exportMaterial.metallicRoughness.roughnessFactor = in ExportGltfMaterialMetallicRoughness() 997 exportMaterial.metallicRoughness.metallicRoughnessTexture.index = in ExportGltfMaterialMetallicRoughness() 1002 void ExportGltfMaterialClearcoat(Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterialClearcoat() argument 1007 exportMaterial.clearcoat.factor = materialDesc.textures[MaterialComponent::TextureIndex::CLEARCOAT].factor.x; in ExportGltfMaterialClearcoat() 1008 exportMaterial in ExportGltfMaterialClearcoat() 1023 ExportGltfMaterialIor(Material& exportMaterial, const MaterialComponent& materialDesc, TextureHelper& textureHelper, const IRenderHandleComponentManager& gpuHandleManager) ExportGltfMaterialIor() argument 1035 ExportGltfMaterialSheen(Material& exportMaterial, const MaterialComponent& materialDesc, TextureHelper& textureHelper, const IRenderHandleComponentManager& gpuHandleManager) ExportGltfMaterialSheen() argument 1050 ExportGltfMaterialSpecular(Material& exportMaterial, const MaterialComponent& materialDesc, TextureHelper& textureHelper, const IRenderHandleComponentManager& gpuHandleManager) ExportGltfMaterialSpecular() argument 1065 ExportGltfMaterialTransmission(Material& exportMaterial, const MaterialComponent& materialDesc, TextureHelper& textureHelper, const IRenderHandleComponentManager& gpuHandleManager) ExportGltfMaterialTransmission() argument 1079 ExportGltfMaterialSpecularGlossiness(Material& exportMaterial, const MaterialComponent& materialDesc, TextureHelper& textureHelper, const IRenderHandleComponentManager& gpuHandleManager) ExportGltfMaterialSpecularGlossiness() argument 1097 ExportGltfMaterialUnlit(Material& exportMaterial, const MaterialComponent& materialDesc, TextureHelper& textureHelper, const IRenderHandleComponentManager& gpuHandleManager) ExportGltfMaterialUnlit() argument 1108 UpdateShaderStateToGltfMaterial(const IDevice* device, Material& exportMaterial, const MaterialComponent& materialDesc, const IRenderHandleComponentManager& gpuHandleManager) UpdateShaderStateToGltfMaterial() argument 1144 ExportGltfMaterial(const IDevice* device, Material& exportMaterial, const MaterialComponent& materialDesc, TextureHelper& textureHelper, const IRenderHandleComponentManager& gpuHandleManager) ExportGltfMaterial() argument 1226 auto& exportMaterial = materialArray.emplace_back(make_unique<Material>()); ExportGltfMaterials() local [all...] |
Completed in 4 milliseconds