Home
last modified time | relevance | path

Searched refs:cameraUp (Results 1 – 25 of 67) sorted by relevance

123

/dports/devel/bullet/bullet3-3.21/examples/CommonInterfaces/
H A DCommonGraphicsAppInterface.h192 b3Vector3 cameraUp = b3MakeVector3(0, 0, 0); in defaultMouseMoveCallback() local
193 cameraUp[camera->getCameraUpAxis()] = 1.f; in defaultMouseMoveCallback()
208 cameraTargetPosition += cameraUp * yDelta *m_mouseMoveMultiplier* 0.01; in defaultMouseMoveCallback()
211 b3Vector3 side = cameraUp.cross(fwd); in defaultMouseMoveCallback()
243 b3Vector3 cameraTargetPosition, cameraPosition, cameraUp = b3MakeVector3(0, 0, 0); in defaultWheelCallback() local
244 cameraUp[getUpAxis()] = 1; in defaultWheelCallback()
272 b3Vector3 side = cameraUp.cross(fwd); in defaultWheelCallback()
278 cameraTargetPosition -= cameraUp * deltay * m_wheelMultiplier; in defaultWheelCallback()
H A DCommonRigidBodyBase.h197 btVector3 cameraUp = btVector3(0, 0, 0); in getRayTo() local
198 cameraUp[m_guiHelper->getAppInterface()->getUpAxis()] = 1; in getRayTo()
200 btVector3 vertical = cameraUp; in getRayTo()
H A DCommonMultiBodyBase.h273 btVector3 cameraUp = btVector3(0, 0, 0); in getRayTo() local
274 cameraUp[m_guiHelper->getAppInterface()->getUpAxis()] = 1; in getRayTo()
276 btVector3 vertical = cameraUp; in getRayTo()
/dports/devel/py-bullet3/bullet3-3.21/examples/CommonInterfaces/
H A DCommonGraphicsAppInterface.h192 b3Vector3 cameraUp = b3MakeVector3(0, 0, 0); in defaultMouseMoveCallback() local
193 cameraUp[camera->getCameraUpAxis()] = 1.f; in defaultMouseMoveCallback()
208 cameraTargetPosition += cameraUp * yDelta *m_mouseMoveMultiplier* 0.01; in defaultMouseMoveCallback()
211 b3Vector3 side = cameraUp.cross(fwd); in defaultMouseMoveCallback()
243 b3Vector3 cameraTargetPosition, cameraPosition, cameraUp = b3MakeVector3(0, 0, 0); in defaultWheelCallback() local
244 cameraUp[getUpAxis()] = 1; in defaultWheelCallback()
272 b3Vector3 side = cameraUp.cross(fwd); in defaultWheelCallback()
278 cameraTargetPosition -= cameraUp * deltay * m_wheelMultiplier; in defaultWheelCallback()
H A DCommonRigidBodyBase.h197 btVector3 cameraUp = btVector3(0, 0, 0); in getRayTo() local
198 cameraUp[m_guiHelper->getAppInterface()->getUpAxis()] = 1; in getRayTo()
200 btVector3 vertical = cameraUp; in getRayTo()
H A DCommonMultiBodyBase.h273 btVector3 cameraUp = btVector3(0, 0, 0); in getRayTo() local
274 cameraUp[m_guiHelper->getAppInterface()->getUpAxis()] = 1; in getRayTo()
276 btVector3 vertical = cameraUp; in getRayTo()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DMoveTexturesCommand.cpp29 …MoveTexturesCommand::Ptr MoveTexturesCommand::move(const Vec3f& cameraUp, const Vec3f& cameraRight… in move() argument
30 return Ptr(new MoveTexturesCommand(cameraUp, cameraRight, delta)); in move()
33 …MoveTexturesCommand::MoveTexturesCommand(const Vec3f& cameraUp, const Vec3f& cameraRight, const Ve… in MoveTexturesCommand() argument
35 m_cameraUp(cameraUp), in MoveTexturesCommand()
H A DMoveTexturesCommand.h39 static Ptr move(const Vec3f& cameraUp, const Vec3f& cameraRight, const Vec2f& delta);
41 … MoveTexturesCommand(const Vec3f& cameraUp, const Vec3f& cameraRight, const Vec2f& delta);
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem_osgframe.cpp53 defaultView.cameraUp = osg::Vec3d(); in PageItem_OSGFrame()
130 defaultView.cameraUp = osg::Vec3d(); in clearContents()
192 osg::Vec3d cameraUp = defaultView.cameraUp; in getPDFMatrix() local
200 cameraUp.normalize(); in getPDFMatrix()
225 cameraUp.normalize(); in getPDFMatrix()
226 upx = cameraUp[0]; in getPDFMatrix()
227 upy = cameraUp[1]; in getPDFMatrix()
228 upz = cameraUp[2]; in getPDFMatrix()
H A Dpageitem_osgframe.h98 osg::Vec3d cameraUp; member
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/structuresynth-1.5/ssynth/StructureSynth/Model/Rendering/
H A DTemplateRenderer.h142 …void setCamera(Vector3f cameraPosition, Vector3f cameraUp, Vector3f cameraRight, Vector3f cameraTa… in setCamera() argument
144 this->cameraUp = cameraUp; in setCamera()
164 SyntopiaCore::Math::Vector3f cameraUp; variable
H A DTemplateRenderer.cpp174 t.substitute("{CamUpX}", QString::number(cameraUp.x())); in doBeginEndSubstitutions()
175 t.substitute("{CamUpY}", QString::number(cameraUp.y())); in doBeginEndSubstitutions()
176 t.substitute("{CamUpZ}", QString::number(cameraUp.z())); in doBeginEndSubstitutions()
195 const Vector3f v = cameraUp; in doBeginEndSubstitutions()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/render/
H A Dtracepixel.cpp234 cameraUp = camera.Up; in SetupCamera()
238 cameraLengthUp = cameraUp.length(); in SetupCamera()
283 cameraUp.normalize(); in SetupCamera()
356 ray.Direction = cameraDirection + x0 * cameraRight + y0 * cameraUp; in CreateCameraRay()
376 ray.Origin = cameraLocation + x0 * cameraRight + y0 * cameraUp; in CreateCameraRay()
510 ray.Direction = cx * cameraRight + ty * cameraUp + sx * cameraDirection; in CreateCameraRay()
558 ray.Direction = sx * cameraRight + y0 * cameraUp + cx * cameraDirection; in CreateCameraRay()
580 ray.Direction = x0 * cameraRight + sy * cameraUp + cy * cameraDirection; in CreateCameraRay()
605 ray.Origin = cameraLocation + y0 * cameraUp; in CreateCameraRay()
628 ray.Direction = sy * cameraUp + cy * cameraDirection; in CreateCameraRay()
[all …]
/dports/games/spring/spring_98.0/rts/Sim/Projectiles/Unsynced/
H A DSimpleParticleSystem.cpp127 const float3 cameraUp = camera->up * p->size; in Draw() local
129 va->AddVertexQTC(interPos - cameraRight - cameraUp, texture->xstart, texture->ystart, color); in Draw()
130 va->AddVertexQTC(interPos + cameraRight - cameraUp, texture->xend, texture->ystart, color); in Draw()
131 va->AddVertexQTC(interPos + cameraRight + cameraUp, texture->xend, texture->yend, color); in Draw()
132 va->AddVertexQTC(interPos - cameraRight + cameraUp, texture->xstart, texture->yend, color); in Draw()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/render/
H A Dtracepixel.cpp204 cameraUp = Vector3d(camera.Up); in SetupCamera()
208 VLength(cameraLengthUp, *cameraUp); in SetupCamera()
239 cameraUp.normalize(); in SetupCamera()
315 VLinComb3(ray.Direction, 1.0, *cameraDirection, x0, *cameraRight, y0, *cameraUp); in CreateCameraRay()
338 VLinComb3(ray.Origin, 1.0, *cameraLocation, x0, *cameraRight, y0, *cameraUp); in CreateCameraRay()
472 VLinComb3(ray.Direction, cx, *cameraRight, ty, *cameraUp, sx, *cameraDirection); in CreateCameraRay()
520 VLinComb3(ray.Direction, sx, *cameraRight, y0, *cameraUp, cx, *cameraDirection); in CreateCameraRay()
542 VLinComb3(ray.Direction, x0, *cameraRight, sy, *cameraUp, cy, *cameraDirection); in CreateCameraRay()
567 VLinComb2(ray.Origin, 1.0, *cameraLocation, y0, *cameraUp); in CreateCameraRay()
590 VLinComb2(ray.Direction, sy, *cameraUp, cy, *cameraDirection); in CreateCameraRay()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/MultiThreadedDemo/
H A DCommonRigidBodyMTBase.h201 btVector3 cameraUp = btVector3(0, 0, 0); in getRayTo() local
202 cameraUp[m_guiHelper->getAppInterface()->getUpAxis()] = 1; in getRayTo()
204 btVector3 vertical = cameraUp; in getRayTo()
/dports/devel/py-bullet3/bullet3-3.21/examples/MultiThreadedDemo/
H A DCommonRigidBodyMTBase.h201 btVector3 cameraUp = btVector3(0, 0, 0); in getRayTo() local
202 cameraUp[m_guiHelper->getAppInterface()->getUpAxis()] = 1; in getRayTo()
204 btVector3 vertical = cameraUp; in getRayTo()
/dports/graphics/qgis/qgis-3.22.3/src/3d/
H A Dqgscameracontroller.cpp617 const QVector3D cameraUp = mCamera->upVector().normalized(); in applyFlyModeKeyMovements() local
619 const QVector3D cameraLeft = QVector3D::crossProduct( cameraUp, cameraFront ); in applyFlyModeKeyMovements()
691 const QVector3D cameraUp = mCamera->upVector().normalized(); in onPositionChangedFlyNavigation() local
693 const QVector3D cameraLeft = QVector3D::crossProduct( cameraUp, cameraFront ); in onPositionChangedFlyNavigation()
694 const QVector3D cameraPosDiff = -dx * cameraLeft - dy * cameraUp; in onPositionChangedFlyNavigation()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_examples/
H A DpointCloudFromCameraImage.py13 …width, height, viewMat, projMat, cameraUp, camForward, horizon, vertical, _, _, dist, camTarget = …
49 width, height, viewMat, projMat, cameraUp, camForward, horizon, vertical, _, _, dist, camTarget = p…
H A Dtestrender_np.py26 cameraUp = [0, 0, 1] variable
H A Dtestrender_egl.py38 cameraUp = [0, 0, 1] variable
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A DpointCloudFromCameraImage.py13 …width, height, viewMat, projMat, cameraUp, camForward, horizon, vertical, _, _, dist, camTarget = …
49 width, height, viewMat, projMat, cameraUp, camForward, horizon, vertical, _, _, dist, camTarget = p…
H A Dtestrender_np.py26 cameraUp = [0, 0, 1] variable
H A Dtestrender_egl.py38 cameraUp = [0, 0, 1] variable
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DViewControlDialog.C96 this->cameraUp = NULL; in ViewControlDialog()
181 if (this->cameraUp) delete this->cameraUp; in ~ViewControlDialog()
464 this->cameraUp = new ButtonInterface(pulldown, in createCameraWhichPulldown()
1495 else if (button == this->cameraUp->getRootWidget()) in newCamera()
1536 else if (button == this->cameraUp->getRootWidget()) in setWhichCameraVector()
1569 else if (button == obj->cameraUp->getRootWidget()) in ViewControlDialog_NumberCB()
1591 else if (button == obj->cameraUp->getRootWidget()) in ViewControlDialog_NumberCB()
1607 else if (button == obj->cameraUp->getRootWidget()) in ViewControlDialog_NumberCB()
1623 else if (button == obj->cameraUp->getRootWidget()) in ViewControlDialog_NumberCB()

123