Home
last modified time | relevance | path

Searched refs:setClipPlane (Results 1 – 25 of 109) sorted by relevance

12345

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DClipPlane40 … inline ClipPlane(unsigned int no,const Vec4d& plane):_clipPlaneNum(no) { setClipPlane(plane); }
41 … inline ClipPlane(unsigned int no,const Plane& plane):_clipPlaneNum(no) { setClipPlane(plane); }
42 …(unsigned int no,double a,double b,double c,double d): _clipPlaneNum(no) { setClipPlane(a,b,c,d); }
89 void setClipPlane(const Plane& plane)
95 void setClipPlane(double a,double b,double c,double d)
101 inline void setClipPlane(const Vec4d& plane) { _clipPlane = plane; }
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DClipPlane40 … inline ClipPlane(unsigned int no,const Vec4d& plane):_clipPlaneNum(no) { setClipPlane(plane); }
41 … inline ClipPlane(unsigned int no,const Plane& plane):_clipPlaneNum(no) { setClipPlane(plane); }
42 …(unsigned int no,double a,double b,double c,double d): _clipPlaneNum(no) { setClipPlane(a,b,c,d); }
89 void setClipPlane(const Plane& plane)
95 void setClipPlane(double a,double b,double c,double d)
101 inline void setClipPlane(const Vec4d& plane) { _clipPlane = plane; }
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/
H A DClipPlane.cpp56 setClipPlane(in->readVec4d()); in read()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/
H A DClipPlane.cpp56 setClipPlane(in->readVec4d()); in read()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DClipPlane.cpp54 clipplane.setClipPlane(plane[0],plane[1],plane[2],plane[3]); in ClipPlane_readLocalData()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DClipPlane.cpp54 clipplane.setClipPlane(plane[0],plane[1],plane[2],plane[3]); in ClipPlane_readLocalData()
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomutil/clip/
H A DClip.h138 void setClipPlane(Clip *, float coeffs[], float level);
H A Dclipmain.c85 setClipPlane(clip, surf, 0); in setclipat()
90 setClipPlane(clip, surf, level); in setclipat()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D8/
H A DDirect3DStateBlock8.hpp49 void setClipPlane(unsigned long index, const float *plane);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D9/
H A DDirect3DStateBlock9.hpp54 void setClipPlane(unsigned long index, const float *plane);
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/brush/
H A DBrushInstance.h146 void setClipPlane (const Plane3& plane);
/dports/devel/simgear/simgear-2020.3.11/simgear/environment/
H A Dprecipitation.cxx84 clipNode->getClipPlane(0)->setClipPlane(0.0, 0.0, -1.0, -_clip_distance); in build()
/dports/games/bzflag-server/bzflag-2.4.22/include/
H A DTankSceneNode.h126 void setClipPlane(const float plane[4]);
/dports/games/bzflag/bzflag-2.4.22/include/
H A DTankSceneNode.h126 void setClipPlane(const float plane[4]);
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgprecipitation/
H A Dosgprecipitation.cpp193 clipNode->getClipPlane(0)->setClipPlane( 0.0, 0.0, -1.0, -clipDistance ); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgprecipitation/
H A Dosgprecipitation.cpp193 clipNode->getClipPlane(0)->setClipPlane( 0.0, 0.0, -1.0, -clipDistance ); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DGLES1State.h205 void setClipPlane(unsigned int plane, const GLfloat *equation);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DGLES1State.h206 void setClipPlane(unsigned int plane, const GLfloat *equation);
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DGLES1State.h206 void setClipPlane(unsigned int plane, const GLfloat *equation);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DGLES1State.h206 void setClipPlane(unsigned int plane, const GLfloat *equation);
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A DGLES1State.h206 void setClipPlane(unsigned int plane, const GLfloat *equation);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DGLES1State.h206 void setClipPlane(unsigned int plane, const GLfloat *equation);
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/include/
H A DOgreGLRenderSystem.h286 void setClipPlane (ushort index, Real A, Real B, Real C, Real D);
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DPlayer.cxx963 tankNode->setClipPlane(plane); in addToScene()
969 tankNode->setClipPlane(groundPlane); in addToScene()
997 tankNode->setClipPlane(groundPlane); // shadows are not clipped in addToScene()
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DPlayer.cxx963 tankNode->setClipPlane(plane); in addToScene()
969 tankNode->setClipPlane(groundPlane); in addToScene()
997 tankNode->setClipPlane(groundPlane); // shadows are not clipped in addToScene()

12345