Home
last modified time | relevance | path

Searched refs:SetCapsule (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/
H A D13_Ragdolls.lua100 shape:SetCapsule(0.7, 2.0, Vector3(0.0, 1.0, 0.0))
341 shape:SetCapsule(size.x, size.y, position, rotation)
H A D18_CharacterDemo.lua172 shape:SetCapsule(0.7, 1.8, Vector3(0.0, 0.9, 0.0))
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Physics/
H A DCollisionShape.pkg22 …void SetCapsule(float diameter, float height, const Vector3& position = Vector3::ZERO, const Quate…
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/13_Ragdolls/
H A DCreateRagdoll.cpp141 shape->SetCapsule(size.x_, size.y_, position, rotation); in CreateRagdollBone()
H A DRagdolls.cpp160 shape->SetCapsule(0.7f, 2.0f, Vector3(0.0f, 1.0f, 0.0f)); in CreateScene()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Physics/
H A DCollisionShape.h160 void SetCapsule
H A DCollisionShape.cpp587 void CollisionShape::SetCapsule(float diameter, float height, const Vector3& position, const Quater… in SetCapsule() function in Urho3D::CollisionShape
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/18_CharacterDemo/
H A DCharacterDemo.cpp218 shape->SetCapsule(0.7f, 1.8f, Vector3(0.0f, 0.9f, 0.0f)); in CreateCharacter()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/
H A D13_Ragdolls.as106 shape.SetCapsule(0.7f, 2.0f, Vector3(0.0f, 1.0f, 0.0f));
354 shape.SetCapsule(size.x, size.y, position, rotation);
H A D18_CharacterDemo.as173 shape.SetCapsule(0.7f, 1.8f, Vector3(0.0f, 0.9f, 0.0f));
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DPhysicsAPI.cpp85 …(), const Quaternion&in rot = Quaternion())", asMETHOD(CollisionShape, SetCapsule), asCALL_THISCAL… in RegisterCollisionShape()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/Editor/
H A DEditorImport.as340 shape.SetCapsule(bodySize.x, bodySize.y);
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DLuaScriptAPI.dox1018 - void SetCapsule(float diameter, float height)
1019 - void SetCapsule(float diameter, float height, const Vector3& position)
1020 - void SetCapsule(float diameter, float height, const Vector3& position, const Quaternion& rotation)
H A DReference.dox2011 …ple \ref CollisionShape::SetBox "SetBox()", \ref CollisionShape::SetCapsule "SetCapsule()" or \ref…
H A DAngelScriptAPI.h2132 void SetCapsule(float, float, const Vector3& = Vector3 ( ), const Quaternion& = Quaternion ( ));
H A DScriptAPI.dox4703 - void SetCapsule(float, float, const Vector3& = Vector3 ( ), const Quaternion& = Quaternion ( ))