Home
last modified time | relevance | path

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

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Physics/
H A DRaycastVehicle.cpp227 float rollInfluence = value[index++].GetFloat(); in ApplyAttributes() local
261 wheel.m_rollInfluence = rollInfluence; in ApplyAttributes()
498 void RaycastVehicle::SetWheelRollInfluence(int wheel, float rollInfluence) in SetWheelRollInfluence() argument
502 whInfo.m_rollInfluence = rollInfluence; in SetWheelRollInfluence()
H A DRaycastVehicle.h70 void SetWheelRollInfluence(int wheel, float rollInfluence);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Physics/
H A DRaycastVehicle.pkg17 void SetWheelRollInfluence(int wheel, float rollInfluence);
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/
H A D46_RaycastVehicleDemo.lua257 self.rollInfluence = 0.12
329 raycastVehicle:SetWheelRollInfluence(i - 1, self.rollInfluence)
/dports/devel/bullet/bullet3-3.21/examples/ForkLift/
H A DForkLiftDemo.cpp208 float rollInfluence = 0.1f; //1.0f; variable
521 wheel.m_rollInfluence = rollInfluence; in initPhysics()
/dports/devel/py-bullet3/bullet3-3.21/examples/ForkLift/
H A DForkLiftDemo.cpp208 float rollInfluence = 0.1f; //1.0f; variable
521 wheel.m_rollInfluence = rollInfluence; in initPhysics()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/
H A D46_RaycastVehicleDemo.as262 float rollInfluence = 0.12f;
332 raycastVehicle.SetWheelRollInfluence(id, rollInfluence);
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DLuaScriptAPI.dox5035 - void SetWheelRollInfluence(int wheel, float rollInfluence)