Home
last modified time | relevance | path

Searched refs:get_joint_data (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/io/collada/
H A DArmatureImporter.h97 JointData *get_joint_data(COLLADAFW::Node *node);
H A DArmatureImporter.cpp74 JointData *ArmatureImporter::get_joint_data(COLLADAFW::Node *node);
441 JointData *jd = get_joint_data(node);
/dports/devel/godot-tools/godot-3.2.3-stable/scene/3d/
H A Dphysics_body.h605 const JointData *get_joint_data() const;
H A Dphysics_body.cpp2434 const PhysicalBone::JointData *PhysicalBone::get_joint_data() const { in get_joint_data() function in PhysicalBone
/dports/devel/godot/godot-3.2.3-stable/scene/3d/
H A Dphysics_body.h605 const JointData *get_joint_data() const;
H A Dphysics_body.cpp2434 const PhysicalBone::JointData *PhysicalBone::get_joint_data() const { in get_joint_data() function in PhysicalBone
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dspatial_editor_gizmos.cpp1867 …eJointData *cjd(static_cast<const PhysicalBone::ConeJointData *>(physical_bone->get_joint_data())); in redraw()
1880 …JointData *hjd(static_cast<const PhysicalBone::HingeJointData *>(physical_bone->get_joint_data())); in redraw()
1895 …ointData *sjd(static_cast<const PhysicalBone::SliderJointData *>(physical_bone->get_joint_data())); in redraw()
1911 …tData *sdofjd(static_cast<const PhysicalBone::SixDOFJointData *>(physical_bone->get_joint_data())); in redraw()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dspatial_editor_gizmos.cpp1867 …eJointData *cjd(static_cast<const PhysicalBone::ConeJointData *>(physical_bone->get_joint_data())); in redraw()
1880 …JointData *hjd(static_cast<const PhysicalBone::HingeJointData *>(physical_bone->get_joint_data())); in redraw()
1895 …ointData *sjd(static_cast<const PhysicalBone::SliderJointData *>(physical_bone->get_joint_data())); in redraw()
1911 …tData *sdofjd(static_cast<const PhysicalBone::SixDOFJointData *>(physical_bone->get_joint_data())); in redraw()