Home
last modified time | relevance | path

Searched defs:fieldOfView (Results 1 – 25 of 81) sorted by relevance

1234

/dports/comms/qt5-sensors/kde-qtsensors-5.15.2p2/src/sensors/
H A Dqlightsensor.cpp167 qreal QLightSensor::fieldOfView() const in fieldOfView() function in QLightSensor
179 void QLightSensor::setFieldOfView(qreal fieldOfView) in setFieldOfView()
H A Dqlightsensor_p.h77 qreal fieldOfView; variable
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/quick3d/
H A Dqquick3dperspectivecamera.cpp104 float QQuick3DPerspectiveCamera::fieldOfView() const in fieldOfView() function in QQuick3DPerspectiveCamera
141 void QQuick3DPerspectiveCamera::setFieldOfView(float fieldOfView) in setFieldOfView()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DCamera.java54 private float fieldOfView; field in Camera
64 public Camera(float x, float y, float z, float yaw, float pitch, float fieldOfView) { in Camera()
72 public Camera(String id, float x, float y, float z, float yaw, float pitch, float fieldOfView) { in Camera()
80 public Camera(float x, float y, float z, float yaw, float pitch, float fieldOfView, in Camera()
90 public Camera(String id, float x, float y, float z, float yaw, float pitch, float fieldOfView, in Camera()
202 public void setFieldOfView(float fieldOfView) { in setFieldOfView()
206 firePropertyChange(Property.FIELD_OF_VIEW.name(), oldFieldOfView, fieldOfView); in setFieldOfView() local
H A DObserverCamera.java51 public ObserverCamera(float x, float y, float z, float yaw, float pitch, float fieldOfView) { in ObserverCamera()
59 …c ObserverCamera(String id, float x, float y, float z, float yaw, float pitch, float fieldOfView) { in ObserverCamera()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/camera/
H A DRadiantCameraView.h23 inline Matrix4 projection_for_camera(float near_z, float far_z, float fieldOfView, int width, int h… in projection_for_camera()
59 void setFieldOfView(float fieldOfView) in setFieldOfView()
H A DCamera.h37 float fieldOfView; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/graphics/
H A Drender_table.h49 float fieldOfView; member
57 float fieldOfView; member
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/graphics/
H A Drender_table.h49 float fieldOfView; member
57 float fieldOfView; member
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DObserverCameraController.java59 private float fieldOfView; field in ObserverCameraController
368 public void setFieldOfView(float fieldOfView) { in setFieldOfView()
372 private void setFieldOfView(float fieldOfView, boolean updateFieldOfViewInDegrees) { in setFieldOfView()
376 …opertyChangeSupport.firePropertyChange(Property.FIELD_OF_VIEW.name(), oldFieldOfView, fieldOfView); in setFieldOfView() local
407 float fieldOfView = getFieldOfView(); in modifyObserverCamera() local
/dports/cad/ldview/ldview-4.4/CUI/
H A DCUIOGLWindow.h46 double fieldOfView; variable
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/VRMLnodes/
H A DSoVRMLViewpoint.h58 SoSFFloat fieldOfView; variable
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/maps/
H A Dqgeocameradata.cpp210 void QGeoCameraData::setFieldOfView(double fieldOfView) in setFieldOfView()
215 double QGeoCameraData::fieldOfView() const in fieldOfView() function in QGeoCameraData
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/effects/
H A DAnimateTransform3D.as239 public var fieldOfView:Number; variable in spark.effects.AnimateTransform3D
/dports/comms/qt5-sensors/kde-qtsensors-5.15.2p2/src/imports/sensors/
H A Dqmllightsensor.cpp89 qreal QmlLightSensor::fieldOfView() const in fieldOfView() function in QmlLightSensor
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Durl.h96 float fieldOfView; variable
150 float fieldOfView; variable
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Durl.h96 float fieldOfView; variable
150 float fieldOfView; variable
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/frontend/
H A Dqcameralens.cpp355 void QCameraLens::setPerspectiveProjection(float fieldOfView, float aspectRatio, in setPerspectiveProjection()
424 void QCameraLens::setFieldOfView(float fieldOfView) in setFieldOfView()
438 float QCameraLens::fieldOfView() const in fieldOfView() function in Qt3DRender::QCameraLens
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/rendering/
H A Dcamera.cpp145 void Camera::calculatePerspective(float fieldOfView, float aspectRatio, in calculatePerspective()
158 void Camera::calculatePerspective(float fieldOfView, float zNear, float zFar) in calculatePerspective()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/rendering/
H A Dcamera.cpp145 void Camera::calculatePerspective(float fieldOfView, float aspectRatio, in calculatePerspective()
158 void Camera::calculatePerspective(float fieldOfView, float zNear, float zFar) in calculatePerspective()
/dports/graphics/wdune/wdune-1.926/src/
H A DViewpointNode.h43 FieldIndex fieldOfView; variable
H A DNodeOrthoViewpoint.h44 FieldIndex fieldOfView; variable
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/effects/supportClasses/
H A DAnimateTransformInstance.as89 public var fieldOfView:Number; variable in spark.effects.supportClasses.AnimateTransformInstance
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/universe/
H A DConfigView.java91 private double fieldOfView = Math.PI/4.0 ; field in ConfigView
/dports/games/openspades/openspades-0.1.3/Sources/Draw/
H A DGLSSAOFilter.cpp64 static GLProgramUniform fieldOfView("fieldOfView"); in GenerateRawSSAOImage() local

1234