Home
last modified time | relevance | path

Searched defs:projectionMatrix (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/jobs/
H A Dabstractpickingjob.cpp107const Matrix4x4 &projectionMatrix, const QRect &viewport) in intersectionRay()
142 Matrix4x4 projectionMatrix; in rayForViewportAndCamera() local
H A Dupdatelevelofdetailjob.cpp116 Matrix4x4 projectionMatrix; in updateEntityLodByDistance() local
150 Matrix4x4 projectionMatrix; in updateEntityLodByScreenArea() local
/dports/graphics/magnum-extras/magnum-extras-2019.10/src/Magnum/Ui/
H A DBasicUserInterface.hpp44 const Matrix3 projectionMatrix = Matrix3::scaling(2.0f/_size)*Matrix3::translation(-_size/2); in draw() local
H A DBasicPlane.hpp64 template<class ...Layers> void BasicPlane<Layers...>::draw(const Matrix3& projectionMatrix, const C… in draw()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/graphics/opengl/pipelines/
H A Dfixed.cpp57 void FixedPipeline::setProjectionMatrix(const GLfloat *projectionMatrix) { in setProjectionMatrix()
H A Dshader.cpp89 void ShaderPipeline::setProjectionMatrix(const GLfloat *projectionMatrix) { in setProjectionMatrix()
/dports/games/scummvm/scummvm-2.5.1/backends/graphics/opengl/pipelines/
H A Dfixed.cpp57 void FixedPipeline::setProjectionMatrix(const GLfloat *projectionMatrix) { in setProjectionMatrix()
H A Dshader.cpp89 void ShaderPipeline::setProjectionMatrix(const GLfloat *projectionMatrix) { in setProjectionMatrix()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/OpenGL/
H A DRenderTarget.inl214 …glm::mat4 projectionMatrix = glm::perspective(30.f, aspect, float(d_viewDistance * 0.5), float(d_v… local
216 …glm::mat4 projectionMatrix = glm::perspective(glm::radians(30.f), aspect, float(d_viewDistance * 0… local
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/engine/
H A Dselectionpointer.cpp94 QMatrix4x4 projectionMatrix; in renderSelectionPointer() local
164 QMatrix4x4 projectionMatrix; in renderSelectionLabel() local
/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/
H A DSoProjectionMatrixElement.cpp74 const SbMatrix & projectionMatrix) in set()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A DeglRenderTest.py37 projectionMatrix = [ variable
H A Dtestrender_np.py51 projectionMatrix = pybullet.computeProjectionMatrixFOV(fov, aspect, nearPlane, farPlane) variable
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/backend/
H A Dcameralens.cpp133 const Matrix4x4 projectionMatrix(node->projectionMatrix()); in syncFromFrontEnd() local
201 Matrix4x4 &viewMatrix, Matrix4x4 &projectionMatrix) in viewMatrixForCamera()
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DfallbackLightingShader.cpp76 GfMatrix4d const &projectionMatrix) in SetCamera()
H A DunitTestHelper.cpp233 GfMatrix4d const &projectionMatrix, in SetCamera()
347 GfMatrix4d const &projectionMatrix) in SetCamera()
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/scene_graph/
H A DNodeCamera.h70 double *projectionMatrix() in projectionMatrix() function
/dports/misc/usd/USD-21.11/pxr/imaging/cameraUtil/
H A Dframing.cpp95 const GfMatrix4d &projectionMatrix, in ApplyToProjectionMatrix()
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelPainter.hpp416 int projectionMatrix; member
427 int projectionMatrix; member
438 int projectionMatrix; member
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdImagingGL/
H A DwrapEngine.cpp51 const GfMatrix4d &projectionMatrix, in _TestIntersection()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/frontend/
H A Dqcameralens_p.h156 QMatrix4x4 projectionMatrix; member
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/scripting/
H A Dthumbnailitem.cpp400 QMatrix4x4 projectionMatrix; in updateOffscreenTexture() local
489 QMatrix4x4 projectionMatrix; in updateOffscreenTexture() local
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_examples/
H A Dtestrender_np.py51 projectionMatrix = pybullet.computeProjectionMatrixFOV(fov, aspect, nearPlane, farPlane) variable
H A Dtestrender_egl.py63 projectionMatrix = pybullet.computeProjectionMatrixFOV(fov, aspect, nearPlane, farPlane) variable
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/coreapi/
H A Dqsgabstractrenderer.cpp321 QMatrix4x4 QSGAbstractRenderer::projectionMatrix() const in projectionMatrix() function in QSGAbstractRenderer

123456789