Home
last modified time | relevance | path

Searched refs:SPP_Material (Results 1 – 9 of 9) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/assimp/code/AMF/
H A DAMFImporter.hpp104 struct SPP_Material;// forward declaration
109 SPP_Material* Material;///< Pointer to material - part of composition.
115 struct SPP_Material { struct in Assimp::AMFImporter
170 bool Find_ConvertedMaterial(const std::string& pID, const SPP_Material** pConvertedMaterial) const;
425 …std::list<SPP_Material> mMaterial_Converted;///< List of converted materials for postprocessing st…
H A DAMFImporter.cpp137 bool AMFImporter::Find_ConvertedMaterial(const std::string& pID, const SPP_Material** pConvertedMat… in Find_ConvertedMaterial()
139 for(const SPP_Material& mat: mMaterial_Converted) in Find_ConvertedMaterial()
H A DAMFImporter_Postprocess.cpp64 aiColor4D AMFImporter::SPP_Material::GetColor(const float /*pX*/, const float /*pY*/, const float /… in GetColor()
405 const SPP_Material* cur_mat = nullptr; in Postprocess_BuildMeshSet()
727 SPP_Material new_mat; in Postprocess_BuildMaterial()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/AMF/
H A DAMFImporter.hpp102 struct SPP_Material; // forward declaration
106 SPP_Material *Material; ///< Pointer to material - part of composition.
112 struct SPP_Material { struct in Assimp::AMFImporter
284 …bool Find_ConvertedMaterial(const std::string &pID, const SPP_Material **pConvertedMaterial) const;
304 …std::list<SPP_Material> mMaterial_Converted; ///< List of converted materials for postprocessing s…
H A DAMFImporter.cpp133 bool AMFImporter::Find_ConvertedMaterial(const std::string &pID, const SPP_Material **pConvertedMat… in Find_ConvertedMaterial()
134 for (const SPP_Material &mat : mMaterial_Converted) { in Find_ConvertedMaterial()
H A DAMFImporter_Postprocess.cpp59 aiColor4D AMFImporter::SPP_Material::GetColor(const float /*pX*/, const float /*pY*/, const float /… in GetColor()
371 const SPP_Material *cur_mat = nullptr; in Postprocess_BuildMeshSet()
658 SPP_Material new_mat; in Postprocess_BuildMaterial()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DAMFImporter.hpp109 struct SPP_Material;// forward declaration
115 SPP_Material* Material;///< Pointer to material - part of composition.
121 struct SPP_Material struct in Assimp::AMFImporter
177 …std::list<SPP_Material> mMaterial_Converted;///< List of converted materials for postprocessing st…
223 bool Find_ConvertedMaterial(const std::string& pID, const SPP_Material** pConvertedMaterial) const;
H A DAMFImporter.cpp136 bool AMFImporter::Find_ConvertedMaterial(const std::string& pID, const SPP_Material** pConvertedMat… in Find_ConvertedMaterial()
138 for(const SPP_Material& mat: mMaterial_Converted) in Find_ConvertedMaterial()
H A DAMFImporter_Postprocess.cpp63 aiColor4D AMFImporter::SPP_Material::GetColor(const float /*pX*/, const float /*pY*/, const float /… in GetColor()
403 const SPP_Material* cur_mat = nullptr; in Postprocess_BuildMeshSet()
725 SPP_Material new_mat; in Postprocess_BuildMaterial()