Changeset View
Changeset View
Standalone View
Standalone View
source/blender/collada/AnimationExporter.h
| Show First 20 Lines • Show All 134 Lines • ▼ Show 20 Lines | protected: | ||||
| float convert_angle(float angle); | float convert_angle(float angle); | ||||
| std::string get_semantic_suffix(COLLADASW::InputSemantic::Semantics semantic); | std::string get_semantic_suffix(COLLADASW::InputSemantic::Semantics semantic); | ||||
| void add_source_parameters(COLLADASW::SourceBase::ParameterNameList& param, | void add_source_parameters(COLLADASW::SourceBase::ParameterNameList& param, | ||||
| COLLADASW::InputSemantic::Semantics semantic, bool is_rot, const char *axis, bool transform); | COLLADASW::InputSemantic::Semantics semantic, bool is_rot, const char *axis, bool transform); | ||||
| void get_source_values(BezTriple *bezt, COLLADASW::InputSemantic::Semantics semantic, bool is_rotation, float *values, int *length); | void get_source_values(BezTriple *bezt, COLLADASW::InputSemantic::Semantics semantic, bool is_angle, float *values, int *length); | ||||
| float* get_eul_source_for_quat(Object *ob ); | float* get_eul_source_for_quat(Object *ob ); | ||||
| std::string create_source_from_fcurve(COLLADASW::InputSemantic::Semantics semantic, FCurve *fcu, const std::string& anim_id, const char *axis_name); | std::string create_source_from_fcurve(COLLADASW::InputSemantic::Semantics semantic, FCurve *fcu, const std::string& anim_id, const char *axis_name); | ||||
| std::string create_lens_source_from_fcurve(Camera *cam, COLLADASW::InputSemantic::Semantics semantic, FCurve *fcu, const std::string& anim_id); | std::string create_lens_source_from_fcurve(Camera *cam, COLLADASW::InputSemantic::Semantics semantic, FCurve *fcu, const std::string& anim_id); | ||||
| std::string create_source_from_array(COLLADASW::InputSemantic::Semantics semantic, float *v, int tot, bool is_rot, const std::string& anim_id, const char *axis_name); | std::string create_source_from_array(COLLADASW::InputSemantic::Semantics semantic, float *v, int tot, bool is_rot, const std::string& anim_id, const char *axis_name); | ||||
| ▲ Show 20 Lines • Show All 41 Lines • Show Last 20 Lines | |||||