Home
last modified time | relevance | path

Searched refs:morph_count (Results 1 – 6 of 6) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/assimp/code/MMD/
H A DMMDPmxParser.cpp502 this->morph_count = 0; in Init()
577 stream->read((char*) &this->morph_count, sizeof(int)); in Read()
578 this->morphs = mmd::make_unique<PmxMorph []>(this->morph_count); in Read()
579 for (int i = 0; i < this->morph_count; i++) in Read()
H A DMMDPmxParser.h744 , morph_count(0) in PmxModel()
767 int morph_count; variable
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/MMD/
H A DMMDPmxParser.cpp501 this->morph_count = 0; in Init()
574 stream->read((char*) &this->morph_count, sizeof(int)); in Read()
575 this->morphs = mmd::make_unique<PmxMorph []>(this->morph_count); in Read()
576 for (int i = 0; i < this->morph_count; i++) in Read()
H A DMMDPmxParser.h744 , morph_count(0) in PmxModel()
767 int morph_count; variable
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DMMDPmxParser.cpp498 this->morph_count = 0; in Init()
577 stream->read((char*) &this->morph_count, sizeof(int)); in Read()
578 this->morphs = mmd::make_unique<PmxMorph []>(this->morph_count); in Read()
579 for (int i = 0; i < this->morph_count; i++) in Read()
H A DMMDPmxParser.h742 , morph_count(0) in PmxModel()
765 int morph_count; variable