/dports/games/tenebrae/tenebrae_0/ |
H A D | gl_rmain.c | 1965 float frustumPlanes[6][4]; variable 2008 …t = sqrt( frustumPlanes[0][0] * frustumPlanes[0][0] + frustumPlanes[0][1] * frustumPlanes[0][1] + … in ExtractFrustum() 2009 frustumPlanes[0][0] /= t; in ExtractFrustum() 2010 frustumPlanes[0][1] /= t; in ExtractFrustum() 2011 frustumPlanes[0][2] /= t; in ExtractFrustum() 2012 frustumPlanes[0][3] /= t; in ExtractFrustum() 2021 …t = sqrt( frustumPlanes[1][0] * frustumPlanes[1][0] + frustumPlanes[1][1] * frustumPlanes[1][1] + … in ExtractFrustum() 2034 …t = sqrt( frustumPlanes[2][0] * frustumPlanes[2][0] + frustumPlanes[2][1] * frustumPlanes[2][1] + … in ExtractFrustum() 2047 …t = sqrt( frustumPlanes[3][0] * frustumPlanes[3][0] + frustumPlanes[3][1] * frustumPlanes[3][1] + … in ExtractFrustum() 2060 …t = sqrt( frustumPlanes[4][0] * frustumPlanes[4][0] + frustumPlanes[4][1] * frustumPlanes[4][1] + … in ExtractFrustum() [all …]
|
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/Imath/ |
H A D | ImathFrustumTest.h | 195 Plane3<T> frustumPlanes[6]; in setFrustum() local 196 frustum.planes(frustumPlanes, cameraMat); in setFrustum() 204 planeNormX[i] = Vec3<T>(frustumPlanes[index + 0].normal.x, in setFrustum() 205 frustumPlanes[index + 1].normal.x, in setFrustum() 206 frustumPlanes[index + 2].normal.x); in setFrustum() 207 planeNormY[i] = Vec3<T>(frustumPlanes[index + 0].normal.y, in setFrustum() 208 frustumPlanes[index + 1].normal.y, in setFrustum() 210 planeNormZ[i] = Vec3<T>(frustumPlanes[index + 0].normal.z, in setFrustum() 211 frustumPlanes[index + 1].normal.z, in setFrustum() 224 planeOffsetVec[i] = Vec3<T>(frustumPlanes[index + 0].distance, in setFrustum() [all …]
|
/dports/graphics/povray37/povray-3.7.0.10/libraries/ilmbase/Imath/ |
H A D | ImathFrustumTest.h | 195 Plane3<T> frustumPlanes[6]; in setFrustum() local 196 frustum.planes(frustumPlanes, cameraMat); in setFrustum() 204 planeNormX[i] = Vec3<T>(frustumPlanes[index + 0].normal.x, in setFrustum() 205 frustumPlanes[index + 1].normal.x, in setFrustum() 206 frustumPlanes[index + 2].normal.x); in setFrustum() 207 planeNormY[i] = Vec3<T>(frustumPlanes[index + 0].normal.y, in setFrustum() 208 frustumPlanes[index + 1].normal.y, in setFrustum() 210 planeNormZ[i] = Vec3<T>(frustumPlanes[index + 0].normal.z, in setFrustum() 211 frustumPlanes[index + 1].normal.z, in setFrustum() 224 planeOffsetVec[i] = Vec3<T>(frustumPlanes[index + 0].distance, in setFrustum() [all …]
|
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/Imath/ |
H A D | ImathFrustumTest.h | 195 Plane3<T> frustumPlanes[6]; in setFrustum() local 196 frustum.planes(frustumPlanes, cameraMat); in setFrustum() 204 planeNormX[i] = Vec3<T>(frustumPlanes[index + 0].normal.x, in setFrustum() 205 frustumPlanes[index + 1].normal.x, in setFrustum() 206 frustumPlanes[index + 2].normal.x); in setFrustum() 207 planeNormY[i] = Vec3<T>(frustumPlanes[index + 0].normal.y, in setFrustum() 208 frustumPlanes[index + 1].normal.y, in setFrustum() 210 planeNormZ[i] = Vec3<T>(frustumPlanes[index + 0].normal.z, in setFrustum() 211 frustumPlanes[index + 1].normal.z, in setFrustum() 224 planeOffsetVec[i] = Vec3<T>(frustumPlanes[index + 0].distance, in setFrustum() [all …]
|
/dports/math/Imath/Imath-3.1.4/src/Imath/ |
H A D | ImathFrustumTest.h | 177 Plane3<T> frustumPlanes[6]; in setFrustum() local 178 frustum.planes (frustumPlanes, cameraMat); in setFrustum() 186 planeNormX[i] = Vec3<T> (frustumPlanes[index + 0].normal.x, in setFrustum() 187 frustumPlanes[index + 1].normal.x, in setFrustum() 188 frustumPlanes[index + 2].normal.x); in setFrustum() 189 planeNormY[i] = Vec3<T> (frustumPlanes[index + 0].normal.y, in setFrustum() 190 frustumPlanes[index + 1].normal.y, in setFrustum() 191 frustumPlanes[index + 2].normal.y); in setFrustum() 192 planeNormZ[i] = Vec3<T> (frustumPlanes[index + 0].normal.z, in setFrustum() 193 frustumPlanes[index + 1].normal.z, in setFrustum() [all …]
|
/dports/math/vtk9/VTK-9.1.0/Rendering/Label/ |
H A D | vtkLabelHierarchy.cxx | 2597 frustumPlanes[0] = 1.0; in GetAnchorFrustumPlanes() 2598 frustumPlanes[1] = 0.0; in GetAnchorFrustumPlanes() 2599 frustumPlanes[2] = 0.0; in GetAnchorFrustumPlanes() 2602 frustumPlanes[4] = -1.0; in GetAnchorFrustumPlanes() 2603 frustumPlanes[5] = 0.0; in GetAnchorFrustumPlanes() 2604 frustumPlanes[6] = 0.0; in GetAnchorFrustumPlanes() 2607 frustumPlanes[8] = 0.0; in GetAnchorFrustumPlanes() 2608 frustumPlanes[9] = 1.0; in GetAnchorFrustumPlanes() 2609 frustumPlanes[10] = 0.0; in GetAnchorFrustumPlanes() 2612 frustumPlanes[12] = 0.0; in GetAnchorFrustumPlanes() [all …]
|
H A D | vtkLabelHierarchy.h | 193 double frustumPlanes[24], bool positionsAsNormals, float bucketSize[2]); 263 double frustumPlanes[24], vtkRenderer* ren, vtkCoordinate* anchorTransform);
|
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/ |
H A D | MapView3D.cpp | 402 …isitor(const Vec3f& cameraPosition, const Vec3f& cameraDirection, const Plane3f frustumPlanes[4]) : in ComputeCameraCenterOffsetVisitor() 407 m_frustumPlanes[i] = frustumPlanes[i]; in ComputeCameraCenterOffsetVisitor() 457 Plane3f frustumPlanes[4]; in focusCameraOnObjectsPosition() local 458 … m_camera.frustumPlanes(frustumPlanes[0], frustumPlanes[1], frustumPlanes[2], frustumPlanes[3]); in focusCameraOnObjectsPosition() 460 … ComputeCameraCenterOffsetVisitor offset(m_camera.position(), m_camera.direction(), frustumPlanes); in focusCameraOnObjectsPosition()
|
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/ |
H A D | dsooctree.cpp | 73 const Planed* frustumPlanes, in processVisibleObjects() argument 83 const Planed* plane = frustumPlanes + i; in processVisibleObjects() 122 frustumPlanes, in processVisibleObjects()
|
H A D | staroctree.cpp | 91 const Planef* frustumPlanes, in processVisibleObjects() argument 101 const Planef* plane = frustumPlanes + i; in processVisibleObjects() 142 frustumPlanes, in processVisibleObjects()
|
H A D | dsodb.cpp | 182 Planed frustumPlanes[5]; in findVisibleDSOs() local 200 frustumPlanes[i] = Planed(planeNormals[i], obsPos); in findVisibleDSOs() 205 frustumPlanes, in findVisibleDSOs()
|
/dports/astro/celestia/celestia-1.6.1/src/celengine/ |
H A D | dsooctree.cpp | 73 const Planed* frustumPlanes, in processVisibleObjects() argument 83 const Planed* plane = frustumPlanes + i; in processVisibleObjects() 122 frustumPlanes, in processVisibleObjects()
|
H A D | staroctree.cpp | 91 const Planef* frustumPlanes, in processVisibleObjects() argument 101 const Planef* plane = frustumPlanes + i; in processVisibleObjects() 142 frustumPlanes, in processVisibleObjects()
|
H A D | dsodb.cpp | 182 Planed frustumPlanes[5]; in findVisibleDSOs() local 200 frustumPlanes[i] = Planed(planeNormals[i], obsPos); in findVisibleDSOs() 205 frustumPlanes, in findVisibleDSOs()
|
/dports/math/vtk8/VTK-8.2.0/Rendering/Label/ |
H A D | vtkLabelHierarchy.cxx | 150 this->Frustum = frustumPlanes; in Prepare() 558 double frustumPlanes[24], bool positionsAsNormals ) in Prepare() 563 frustum->SetFrustumPlanes( frustumPlanes ); in Prepare() 842 double frustumPlanes[24], in Prepare() 850 frustum->SetFrustumPlanes( frustumPlanes ); in Prepare() 1169 double frustumPlanes[24], in Prepare() 1177 frustum->SetFrustumPlanes( frustumPlanes ); in Prepare() 1544 double frustumPlanes[24], in Prepare() 1551 frustum->SetFrustumPlanes( frustumPlanes ); in Prepare() 2109 double frustumPlanes[24], in NewIterator() [all …]
|
H A D | vtkLabelHierarchy.h | 190 …int type, vtkRenderer* ren, vtkCamera* cam, double frustumPlanes[24], bool positionsAsNormals, flo…
|
H A D | vtkLabelPlacer.cxx | 556 double frustumPlanes[24]; in RequestData() local 558 cam->GetFrustumPlanes( aspect, frustumPlanes ); in RequestData() 571 this->IteratorType, this->Renderer, cam, frustumPlanes, this->PositionsAsNormals, tileSize ); in RequestData()
|
/dports/math/vtk6/VTK-6.2.0/Rendering/Label/ |
H A D | vtkLabelHierarchy.cxx | 150 this->Frustum = frustumPlanes; in Prepare() 558 double frustumPlanes[24], bool positionsAsNormals ) in Prepare() 563 frustum->SetFrustumPlanes( frustumPlanes ); in Prepare() 842 double frustumPlanes[24], in Prepare() 850 frustum->SetFrustumPlanes( frustumPlanes ); in Prepare() 1168 double frustumPlanes[24], in Prepare() 1176 frustum->SetFrustumPlanes( frustumPlanes ); in Prepare() 1542 double frustumPlanes[24], in Prepare() 1549 frustum->SetFrustumPlanes( frustumPlanes ); in Prepare() 2108 double frustumPlanes[24], in NewIterator() [all …]
|
H A D | vtkLabelHierarchy.h | 159 …int type, vtkRenderer* ren, vtkCamera* cam, double frustumPlanes[24], bool positionsAsNormals, flo…
|
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/index/aabb_binary_tree/ |
H A D | frustum_cull.h | 131 …, const Point3<ScalarType> & viewerPosition, const Plane3<ScalarType> frustumPlanes[6], const unsi… in FrustumCull() 139 frustum.planes[i].normal = frustumPlanes[i].Direction(); in FrustumCull() 140 frustum.planes[i].offset = frustumPlanes[i].Offset(); in FrustumCull()
|
/dports/devel/vcglib/vcglib-2020.09/vcg/space/index/aabb_binary_tree/ |
H A D | frustum_cull.h | 131 …, const Point3<ScalarType> & viewerPosition, const Plane3<ScalarType> frustumPlanes[6], const unsi… in FrustumCull() 139 frustum.planes[i].normal = frustumPlanes[i].Direction(); in FrustumCull() 140 frustum.planes[i].offset = frustumPlanes[i].Offset(); in FrustumCull()
|
/dports/games/q2pro/q2pro/ref_newgl/ |
H A D | gl_main.c | 99 f = &glr.frustumPlanes[0]; in GL_SetupFrustum() 106 f = &glr.frustumPlanes[1]; in GL_SetupFrustum() 120 f = &glr.frustumPlanes[2]; in GL_SetupFrustum() 127 f = &glr.frustumPlanes[3]; in GL_SetupFrustum() 161 bits = BoxOnPlaneSide( bounds[0], bounds[1], &glr.frustumPlanes[i] ); in GL_CullBox() 184 for( i = 0, p = glr.frustumPlanes; i < 4; i++, p++ ) { in GL_CullSphere() 217 for( i = 0, p = glr.frustumPlanes; i < 4; i++, p++ ) { in GL_CullLocalBox()
|
/dports/math/vtk8/VTK-8.2.0/Geovis/Core/ |
H A D | vtkGeoTerrain.cxx | 141 double frustumPlanes[24]; in InitializeNodeAnalysis() local 143 camera->GetVTKCamera()->GetFrustumPlanes( aspect, frustumPlanes ); in InitializeNodeAnalysis() 145 frustum->SetFrustumPlanes(frustumPlanes); in InitializeNodeAnalysis()
|
/dports/math/vtk6/VTK-6.2.0/Geovis/Core/ |
H A D | vtkGeoTerrain.cxx | 139 double frustumPlanes[24]; in InitializeNodeAnalysis() local 141 camera->GetVTKCamera()->GetFrustumPlanes( aspect, frustumPlanes ); in InitializeNodeAnalysis() 143 frustum->SetFrustumPlanes(frustumPlanes); in InitializeNodeAnalysis()
|
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/ |
H A D | CanvasViewCache.java | 1648 Vector4d [] frustumPlanes, in computeFrustumPlanes() argument 1699 frustumPlanes[0]); in computeFrustumPlanes() 1704 frustumPlanes[1]); in computeFrustumPlanes() 1709 frustumPlanes[2]); in computeFrustumPlanes() 1714 frustumPlanes[3]); in computeFrustumPlanes() 1719 frustumPlanes[4]); in computeFrustumPlanes() 1724 frustumPlanes[5]); in computeFrustumPlanes()
|