Changeset View
Changeset View
Standalone View
Standalone View
source/blender/collada/DocumentImporter.h
| Show First 20 Lines • Show All 79 Lines • ▼ Show 20 Lines | public: | ||||
| MTex* create_texture(COLLADAFW::EffectCommon*, COLLADAFW::Texture&, Material*, int, TexIndexTextureArrayMap&); | MTex* create_texture(COLLADAFW::EffectCommon*, COLLADAFW::Texture&, Material*, int, TexIndexTextureArrayMap&); | ||||
| void write_profile_COMMON(COLLADAFW::EffectCommon*, Material*); | void write_profile_COMMON(COLLADAFW::EffectCommon*, Material*); | ||||
| void translate_anim_recursive(COLLADAFW::Node*, COLLADAFW::Node*, Object*); | void translate_anim_recursive(COLLADAFW::Node*, COLLADAFW::Node*, Object*); | ||||
| /** | /** | ||||
| * This method will be called if an error in the loading process occurred and the loader cannot | * This method will be called if an error in the loading process occurred and the loader cannot | ||||
| * continue to load. The writer should undo all operations that have been performed. | * continue to load. The writer should undo all operations that have been performed. | ||||
| * \param errorMessage A message containing informations about the error that occurred. | * \param errorMessage A message containing information about the error that occurred. | ||||
| */ | */ | ||||
| void cancel(const COLLADAFW::String& errorMessage); | void cancel(const COLLADAFW::String& errorMessage); | ||||
| /** This is the method called. The writer hast to prepare to receive data.*/ | /** This is the method called. The writer hast to prepare to receive data.*/ | ||||
| void start(); | void start(); | ||||
| /** This method is called after the last write* method. No other methods will be called after this.*/ | /** This method is called after the last write* method. No other methods will be called after this.*/ | ||||
| void finish(); | void finish(); | ||||
| ▲ Show 20 Lines • Show All 81 Lines • Show Last 20 Lines | |||||