Home
last modified time | relevance | path

Searched refs:targetPosition (Results 76 – 100 of 337) sorted by relevance

12345678910>>...14

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/res/
H A Dpf_vector_cover.glsl22 vec2 targetPosition = targetRect.xy + targetOffset;
26 gl_Position = uTransform * vec4(targetPosition, aPosition.z, 1.0);
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/shaders/
H A Dnode_voronoi_texture.osl86 float targetOffset, targetPosition;
94 targetPosition = pointPosition;
99 outW = targetPosition + cellPosition;
257 vector2 targetOffset, targetPosition;
267 targetPosition = pointPosition;
273 outPosition = targetPosition + cellPosition;
469 vector3 targetOffset, targetPosition;
480 targetPosition = pointPosition;
487 outPosition = targetPosition + cellPosition;
696 vector4 targetOffset, targetPosition;
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/shaders/material/
H A Dgpu_shader_material_tex_voronoi.glsl39 float targetOffset, targetPosition;
47 targetPosition = pointPosition;
52 outW = safe_divide(targetPosition + cellPosition, scale);
266 vec2 targetOffset, targetPosition;
275 targetPosition = pointPosition;
527 vec3 targetOffset, targetPosition;
538 targetPosition = pointPosition;
545 outPosition = safe_divide(targetPosition + cellPosition, scale);
810 vec4 targetOffset, targetPosition;
822 targetPosition = pointPosition;
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dobserver.cpp588 UniversalCoord targetPosition = destination.getPosition(getTime()); in computeGotoParameters() local
589 Vec3d v = targetPosition - getPosition(); in computeGotoParameters()
608 jparams.to = targetPosition + offset; in computeGotoParameters()
622 Vec3d vn = targetPosition - jparams.to; in computeGotoParameters()
656 UniversalCoord targetPosition = destination.getPosition(getTime()); in computeGotoParametersGC() local
657 Vec3d v = targetPosition - getPosition(); in computeGotoParametersGC()
672 jparams.to = targetPosition + offset; in computeGotoParametersGC()
686 Vec3d vn = targetPosition - jparams.to; in computeGotoParametersGC()
711 UniversalCoord targetPosition = destination.getPosition(getTime()); in computeCenterParameters() local
724 Vec3d vn = targetPosition - jparams.to; in computeCenterParameters()
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dobserver.cpp588 UniversalCoord targetPosition = destination.getPosition(getTime()); in computeGotoParameters() local
589 Vec3d v = targetPosition - getPosition(); in computeGotoParameters()
608 jparams.to = targetPosition + offset; in computeGotoParameters()
622 Vec3d vn = targetPosition - jparams.to; in computeGotoParameters()
656 UniversalCoord targetPosition = destination.getPosition(getTime()); in computeGotoParametersGC() local
657 Vec3d v = targetPosition - getPosition(); in computeGotoParametersGC()
672 jparams.to = targetPosition + offset; in computeGotoParametersGC()
686 Vec3d vn = targetPosition - jparams.to; in computeGotoParametersGC()
711 UniversalCoord targetPosition = destination.getPosition(getTime()); in computeCenterParameters() local
724 Vec3d vn = targetPosition - jparams.to; in computeCenterParameters()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/stark/resources/
H A Dcommand.cpp507 Math::Vector3d targetPosition = getObjectPosition(targetRef, &targetFace); in opItem3DPlaceOn() local
509 item->setPosition3D(targetPosition); in opItem3DPlaceOn()
517 Math::Vector3d targetPosition = getObjectPosition(targetRef); in opItem3DWalkTo() local
520 walk->setDestination(targetPosition); in opItem3DWalkTo()
558 Math::Vector3d targetPosition = getObjectPosition(objRef); in opItemLookAt() local
559 Math::Vector3d targetDirection = targetPosition - currentPosition; in opItemLookAt()
1050 Math::Vector3d targetPosition = getObjectPosition(targetRef); in opItem3DRunTo() local
1053 walk->setDestination(targetPosition); in opItem3DRunTo()
1150 Math::Vector3d targetPosition = getObjectPosition(targetRef); in opItem3DSetWalkTarget() local
1154 walk->changeDestination(targetPosition); in opItem3DSetWalkTarget()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/deep_mimic/env/
H A Dhumanoid_stable_pd_multiclip.py109 targetPosition=0,
117 targetPosition=[0, 0, 0, 1],
127 targetPosition=0,
135 targetPosition=[0, 0, 0, 1],
290 targetPosition = [
298 targetPosition = [desiredPositions[dofIndex + 0]]
301 targetPositions.append(targetPosition)
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/layout/
H A Djuce_ConcertinaPanel.cpp71 PanelSizes withMovedPanel (int index, int targetPosition, int totalSpace) const in withMovedPanel()
75 targetPosition = jmax (targetPosition, totalSpace - getMaximumSize (index, num)); in withMovedPanel()
78 … newSizes.stretchRange (0, index, targetPosition - newSizes.getTotalSize (0, index), stretchLast); in withMovedPanel()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/layout/
H A Djuce_ConcertinaPanel.cpp71 PanelSizes withMovedPanel (int index, int targetPosition, int totalSpace) const in withMovedPanel()
75 targetPosition = jmax (targetPosition, totalSpace - getMaximumSize (index, num)); in withMovedPanel()
78 … newSizes.stretchRange (0, index, targetPosition - newSizes.getTotalSize (0, index), stretchLast); in withMovedPanel()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/plugins/vrSyncPlugin/
H A DvrSyncPlugin.cpp125 double targetPosition = sensorState.m_jointPosition; in preTickPluginCallback_vrSyncPlugin() local
135 b3JointControlSetDesiredPosition(commandHandle, info.m_qIndex, targetPosition); in preTickPluginCallback_vrSyncPlugin()
/dports/science/py-pymol/pymol-open-source-2.4.0/data/shaders/
H A Dlabel.vs66 vec4 targetPosition = normalizeVec4(g_ProjectionMatrix * g_ModelViewMatrix * attr_targetpos);
78 …onZ.z) + (1.-isProjected) * convertNormalZToScreenZ(attr_worldpos.z)) + zTarget * targetPosition.z;
/dports/net/py-ldap/python-ldap-3.4.0/Lib/ldap/controls/
H A Dvlv.py127 self.targetPosition = int(p.getComponentByName('targetPosition'))
137 self.target_position = self.targetPosition
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/plugins/vrSyncPlugin/
H A DvrSyncPlugin.cpp125 double targetPosition = sensorState.m_jointPosition; in preTickPluginCallback_vrSyncPlugin() local
135 b3JointControlSetDesiredPosition(commandHandle, info.m_qIndex, targetPosition); in preTickPluginCallback_vrSyncPlugin()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A Dvr_kuka_setup_vrSyncPython.py29 p.setJointMotorControl2(pr2_gripper, jointIndex, p.POSITION_CONTROL, targetPosition=0, force=0)
201 p.setJointMotorControl2(pr2_gripper, 0, p.POSITION_CONTROL, targetPosition=b, force=3)
H A DmotorMaxVelocity.py12 targetPosition=1000,
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/
H A DGTUtilsMsaEditor.h70 …oid replaceSequence(HI::GUITestOpStatus &os, const QString &sequenceToReplace, int targetPosition);
71 static void replaceSequence(HI::GUITestOpStatus &os, int rowNumber, int targetPosition);
/dports/games/residualvm/residualvm-0.3.1/engines/stark/resources/
H A Dcommand.cpp499 Math::Vector3d targetPosition = getObjectPosition(targetRef, &targetFace); in opItem3DPlaceOn() local
501 item->setPosition3D(targetPosition); in opItem3DPlaceOn()
509 Math::Vector3d targetPosition = getObjectPosition(targetRef); in opItem3DWalkTo() local
512 walk->setDestination(targetPosition); in opItem3DWalkTo()
550 Math::Vector3d targetPosition = getObjectPosition(objRef); in opItemLookAt() local
551 Math::Vector3d targetDirection = targetPosition - currentPosition; in opItemLookAt()
1042 Math::Vector3d targetPosition = getObjectPosition(targetRef); in opItem3DRunTo() local
1045 walk->setDestination(targetPosition); in opItem3DRunTo()
1142 Math::Vector3d targetPosition = getObjectPosition(targetRef); in opItem3DSetWalkTarget() local
1146 walk->changeDestination(targetPosition); in opItem3DSetWalkTarget()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_examples/
H A DmotorMaxVelocity.py12 targetPosition=1000,
/dports/games/maxr/maxr-0.2.9/src/input/mouse/cursor/
H A Dmousecursorattack.h35 cMouseCursorAttack (const cUnit& sourceUnit, const cPosition& targetPosition, const cMap& map);
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/
H A Dclass.ilAssOrderingElementList.php192 public function moveElementByPositions($currentPosition, $targetPosition) argument
195 $dodgingElement = $this->getElementByPosition($targetPosition);
206 if ($element->getPosition() == $targetPosition) {
215 $movingElement->setPosition($targetPosition);
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/
H A Dclass.ilAssOrderingElementList.php192 public function moveElementByPositions($currentPosition, $targetPosition) argument
195 $dodgingElement = $this->getElementByPosition($targetPosition);
206 if ($element->getPosition() == $targetPosition) {
215 $movingElement->setPosition($targetPosition);
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DCameraAnimation.h45 …CameraAnimation(Renderer::Camera& camera, const Vec3f& targetPosition, const Vec3f& targetDirectio…
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/quick3d/
H A Dqquick3dcamera.cpp278 const auto &targetPosition = scenePos; in lookAt() local
281 QVector3D targetVector = sourcePosition - targetPosition; in lookAt()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/
H A D45_InverseKinematics.lua220 leftEffector_.targetPosition = result.position + result.normal * footOffset
231 rightEffector_.targetPosition = result.position + result.normal * footOffset
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/graphobjects/
H A Dqssgrendercamera.cpp144 const QVector3D &targetPosition, in rotationQuaternionForLookAt() argument
147 QVector3D targetDirection = sourcePosition - targetPosition; in rotationQuaternionForLookAt()

12345678910>>...14