Home
last modified time | relevance | path

Searched refs:Orthographic (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/camera/
H A DOrthographic.cpp9 struct Orthographic : public Camera struct
11 Orthographic();
14 Orthographic::Orthographic() : Camera("orthographic") in Orthographic() function in ospray::sg::Orthographic
22 OSP_REGISTER_SG_NODE_NAME(Orthographic, camera_orthographic);
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/tests/crs/
H A Dtest_orthographic.py20 ortho = ccrs.Orthographic()
33 ortho = ccrs.Orthographic(globe=globe)
45 ortho = ccrs.Orthographic(globe=globe)
63 ortho = ccrs.Orthographic(globe=globe)
79 ortho = ccrs.Orthographic(central_latitude=lat, central_longitude=lon)
95 ortho = ccrs.Orthographic(globe=globe)
147 ortho = ccrs.Orthographic(central_latitude=40.0, central_longitude=-100.0,
/dports/misc/usd/USD-21.11/pxr/base/gf/
H A Dcamera.cpp36 TF_ADD_ENUM_NAME(GfCamera::Orthographic, "orthographic"); in TF_REGISTRY_FUNCTION()
162 _projection = Orthographic; in SetOrthographicFromAspectRatioAndSize()
221 _projection = Orthographic; in SetFromViewAndProjectionMatrix()
342 if (_projection != Orthographic && _focalLength != 0) { in GetFrustum()
349 const GfFrustum::ProjectionType projection = _projection == Orthographic in GetFrustum()
350 ? GfFrustum::Orthographic in GetFrustum()
/dports/graphics/blender/blender-2.91.0/release/datafiles/locale/po/
H A Dab.po647 msgid "Front Orthographic"
655 msgid "Back Orthographic"
663 msgid "Top Orthographic"
671 msgid "Bottom Orthographic"
679 msgid "Right Orthographic"
687 msgid "Left Orthographic"
699 msgid "Camera Orthographic"
703 msgid "User Orthographic"
/dports/editors/calligra/calligra-3.2.1/po/ia/
H A Dcalligra_textediting_spellcheck.po23 msgstr "Configura Controlo &Orthographic..."
28 msgstr "Auto Controlo Orthographic"
33 msgstr "Verifica Controlo Orthographic"
/dports/misc/usd/USD-21.11/pxr/base/gf/testenv/
H A DtestGfFrustum.py81 f.projectionType = Gf.Frustum.Orthographic
82 self.assertEqual(f.projectionType, Gf.Frustum.Orthographic)
96 f.projectionType = f.Orthographic
112 f.projectionType = f.Orthographic
177 f.projectionType = f.Orthographic
193 f.projectionType = f.Orthographic
213 f.projectionType = f.Orthographic
227 f.projectionType = f.Orthographic
252 f.projectionType = f.Orthographic
266 f.projectionType = f.Orthographic
[all …]
H A DtestGfCamera.py174 cam.projection = Gf.Camera.Orthographic
231 cam.projection = Gf.Camera.Orthographic
232 self.assertEqual(cam.projection, Gf.Camera.Orthographic)
349 cam.projection = Gf.Camera.Orthographic
423 cam.projection = Gf.Camera.Orthographic
424 self.assertEqual(cam.projection, Gf.Camera.Orthographic)
534 for projection in [Gf.Camera.Perspective, Gf.Camera.Orthographic]:
/dports/astro/tclgeomap/tclgeomap-2.11.6/library/
H A Dtclgeomap_procs.tcl266 LambertEqArea Stereographic PolarStereographic Orthographic}
278 set ProjRef(Orthographic) point
290 set ProjDomain(Orthographic) hemisphere
305 Stereographic PolarStereographic Orthographic]
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/DisplayOutput/Renderer/
H A DRenderer.cpp87 void CRenderer::Orthographic() in Orthographic() function in DisplayOutput::CRenderer
89 Orthographic( m_spDisplay->Width(), m_spDisplay->Height() ); in Orthographic()
94 void CRenderer::Orthographic( const uint32 _width, const uint32 _height ) in Orthographic() function in DisplayOutput::CRenderer
H A DRenderer.h150 void Orthographic();
151 void Orthographic( const uint32 _width, const uint32 _height );
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/examples/scalar_data/
H A Daurora_forecast.py94 ax1 = fig.add_subplot(1, 2, 1, projection=ccrs.Orthographic(0, 90))
97 ax2 = fig.add_subplot(1, 2, 2, projection=ccrs.Orthographic(180, -90))
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/tests/mpl/
H A Dtest_images.py116 ax = plt.axes(projection=ccrs.Orthographic())
178 ax = plt.axes(projection=ccrs.Orthographic())
189 ax = plt.axes(projection=ccrs.Orthographic())
199 ax = plt.axes(projection=ccrs.Orthographic())
H A Dtest_ticks.py71 ax = plt.axes(projection=ccrs.Orthographic())
107 ax = plt.axes(projection=ccrs.Orthographic())
/dports/graphics/yafaray/libYafaRay-3.5.1/src/cameras/
H A DangularCamera.cc37 if(projection == AngularProjection::Orthographic) focal_length = 1.f / fSin(angle); in angularCam_t()
68 if(projection == AngularProjection::Orthographic) phi = asin(radius/focal_length); in shootRay()
109 if(projectionString == "orthographic") projection = AngularProjection::Orthographic; in factory()
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/qml/modules/popups/
H A DProjectionsPopup.qml36 projModel.append({ name: xi18n("Orthographic"), proj: Projection.Orthographic });
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/graphobjects/
H A Dqssgrendercamera.cpp90 else if (flags.testFlag(Flag::Orthographic)) in calculateProjection()
185 theTempCamera.flags.setFlag(Flag::Orthographic); in setupOrthographicCameraForOffscreenRender()
202 if (flags.testFlag(Flag::Orthographic)) { in unproject()
/dports/misc/usd/USD-21.11/pxr/imaging/hdx/
H A DfreeCameraSceneDelegate.cpp162 case GfCamera::Orthographic: in _ToHd()
163 return HdCamera::Orthographic; in _ToHd()
/dports/graphics/povray37/povray-3.7.0.10/distribution/platform-specific/windows/Insert Menu/
H A DReady made scenes.pov30 #case(18) #declare Txt_Path="N0 - Orthographic isometric scene.txt" #break
31 #case(19) #declare Txt_Path="N1 - Orthographic scene.txt" #break
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/
H A DCamera.cpp185 _projection = Orthographic; in setOrtho()
251 _projection = Orthographic; in convertToOrtho()
294 else if( _projection == Orthographic ) in getParams()
461 case Orthographic :
527 case Orthographic : in generateMatrix()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/
H A DCamera.cpp184 _projection = Orthographic; in setOrtho()
250 _projection = Orthographic; in convertToOrtho()
294 else if( _projection == Orthographic ) in getParams()
461 case Orthographic :
527 case Orthographic : in generateMatrix()
/dports/misc/py-kartograph/kartograph.py-0.6.8/kartograph/proj/azimuthal/
H A D__init__.py20 from ortho import Orthographic
/dports/astro/kstars/kstars-3.5.6/kstars/projections/
H A Dorthographicprojector.cpp16 return Orthographic; in type()
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/testenv/
H A DtestUsdGeomCamera.py34 return Gf.Camera.Orthographic
102 camera.projection = Gf.Camera.Orthographic
/dports/misc/usd/USD-21.11/pxr/imaging/hd/
H A Dcamera.cpp247 GetProjection() == HdCamera::Orthographic in GetProjectionMatrix()
248 ? GfCamera::Orthographic in GetProjectionMatrix()
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/imd/
H A Ddeca-ala_imd-demo.vmd3 display projection Orthographic

12345678910>>...28