Home
last modified time | relevance | path

Searched defs:Camera (Results 1 – 25 of 1040) sorted by relevance

12345678910>>...42

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DCamera.hpp11 struct Camera struct
16 static double FrustrumMinZRange;
17 static double FrustrumMinNearZ;
18 static double FrustrumZMargin;
19 static double MaxFovDeg;
21 enum EType : unsigned char
29 bool requires_zoom_to_bed;
32 EType m_type{ Perspective };
35 float m_zenit{ 45.0f };
36 double m_zoom{ 1.0 };
[all …]
/dports/graphics/geomview/geomview-1.9.5/src/lib/camera/
H A DcameraP.h33 struct Camera { struct
35 Handle *c2whandle; /* Handle for external camtoworld's */
39 int flag; /* perspective? stereo? */
41 frameaspect, /* Aspect ratio, X/Y */
43 cnear, cfar, /* Near & far clipping distances */
44 stereo_sep,
45 stereo_angle;
46 Handle *sterhandle[2];
47 Transform stereyes[2]; /* For stereo separation */
48 int whicheye; /* Current stereo eye selection */
[all …]
/dports/graphics/embree/embree-3.13.2/tutorials/common/tutorial/
H A Dcamera.h17 struct Camera struct
24 struct ISPCCamera argument
36 Camera () in Camera() function
39Camera (const Vec3fa& from, const Vec3fa& to, const Vec3fa& up, float fov, Handedness handedness) in Camera() function
42 Camera (const SceneGraph::PerspectiveCameraData& cam, Handedness handedness) in Camera() argument
45 std::string str() const in str()
72 ISPCCamera getISPCCamera (size_t width, size_t height) in getISPCCamera() argument
83 void move (float dx, float dy, float dz) in move()
91 void rotate (float dtheta, float dphi) in rotate()
103 void rotateOrbit (float dtheta, float dphi) in rotateOrbit()
[all …]
/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dcamera.h40 struct Camera : ICamera { struct
41 IGame *game;
42 TR::Level *level;
66Camera(IGame *game, Character *owner) : ICamera(), game(game), level(game->getLevel()), frustum(ne… in Camera() argument
74 void reset() { in reset()
100 virtual ~Camera() { in ~Camera() argument
122 bool isUnderwater() { in isUnderwater()
128 vec3 pos = owner->pos;
170 mode = Camera::MODE_CUTSCENE; in doCutscene() argument
178 bool updateFirstPerson() { in updateFirstPerson()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/
H A Dcamera.cpp76 struct Camera struct
84 Camera() in Camera() function
94 ~Camera() in ~Camera() argument
99 void reset() in reset()
123 void setKeyState(uint8_t _key, bool _down) in setKeyState()
129 void update(float _deltaTime, const entry::MouseState& _mouseState) in update()
241 void getViewMtx(float* _viewMtx) in getViewMtx()
246 void setPosition(const bx::Vec3& _pos) in setPosition()
251 void setVerticalAngle(float _verticalAngle) in setVerticalAngle()
278 static Camera* s_camera = NULL; argument
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/
H A Dcamera.cpp76 struct Camera struct
84 Camera() in Camera() argument
94 ~Camera() in ~Camera() argument
99 void reset() in reset()
123 void setKeyState(uint8_t _key, bool _down) in setKeyState()
129 void update(float _deltaTime, const entry::MouseState& _mouseState) in update()
241 void getViewMtx(float* _viewMtx) in getViewMtx()
246 void setPosition(const bx::Vec3& _pos) in setPosition()
251 void setVerticalAngle(float _verticalAngle) in setVerticalAngle()
278 static Camera* s_camera = NULL; argument
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Testbed/Framework/
H A DDebugDraw.h30 struct Camera struct
32 Camera() in Camera() argument
45 b2Vec2 m_center;
46 float32 m_extent;
47 float32 m_zoom;
48 int32 m_width;
49 int32 m_height;
/dports/misc/box2d/box2d-2.4.1/testbed/
H A Ddraw.h39 struct Camera struct
41 Camera() in Camera() argument
53 b2Vec2 m_center;
54 float m_zoom;
55 int32 m_width;
56 int32 m_height;
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/gba/
H A Dcamera.h10 struct Camera { struct
11 vec3i pos;
12 int16 rotX, rotY;
13 int32 room;
15 void init() { in init()
27 void update() { in update()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/
H A Dtexture_mapping.h65 struct Camera struct
67 Camera () : focal_length (), focal_length_w (-1), focal_length_h (-1), in Camera() argument
91 using CameraVector = std::vector<Camera, Eigen::aligned_allocator<Camera> >; argument
115 using Camera = pcl::texture_mapping::Camera; variable
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_camera_types.h91 typedef struct Camera { struct
113 struct CameraDOFSettings dof; argument
122 struct CameraStereoSettings stereo; argument
125 Camera_Runtime runtime; argument
126 } Camera; typedef
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dcamera.cpp71 void Translate_Camera(CAMERA *Camera, VECTOR Vector) in Translate_Camera()
104 void Rotate_Camera(CAMERA *Camera, VECTOR Vector) in Rotate_Camera()
141 void Scale_Camera(CAMERA *Camera, VECTOR Vector) in Scale_Camera()
178 void Transform_Camera(CAMERA *Camera, TRANSFORM *Trans) in Transform_Camera()
353 void Destroy_Camera(CAMERA *Camera) in Destroy_Camera()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dcamera.cpp66 void Translate_Camera(CAMERA *Camera, VECTOR Vector) in Translate_Camera()
99 void Rotate_Camera(CAMERA *Camera, VECTOR Vector) in Rotate_Camera()
136 void Scale_Camera(CAMERA *Camera, VECTOR Vector) in Scale_Camera()
173 void Transform_Camera(CAMERA *Camera, TRANSFORM *Trans) in Transform_Camera()
330 void Destroy_Camera(CAMERA *Camera) in Destroy_Camera()
/dports/misc/openmvg/openMVG-2.0/src/software/SfM/clustering/domSetLibrary/
H A Dtypes.h17 struct Camera { struct
21 }; // struct Camera argument
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/28-wireframe/
H A Dwireframe.cpp23 struct Camera struct
25 Camera() in Camera() function
30 void reset() in reset()
47 void orbit(float _dx, float _dy) in orbit()
53 void dolly(float _dz) in dolly()
98 void update(float _dt) in update()
108 void envViewMtx(float* _mtx) in envViewMtx()
136 struct Interp3f
142 Interp3f m_target;
143 Interp3f m_pos;
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/28-wireframe/
H A Dwireframe.cpp23 struct Camera struct
25 Camera() in Camera() argument
30 void reset() in reset()
47 void orbit(float _dx, float _dy) in orbit()
53 void dolly(float _dz) in dolly()
98 void update(float _dt) in update()
108 void envViewMtx(float* _mtx) in envViewMtx()
136 struct Interp3f
142 Interp3f m_target;
143 Interp3f m_pos;
[all …]
/dports/devel/raylib/raylib-3.7.0/examples/others/
H A Drlgl_standalone.c69 typedef struct Camera { struct
70 Vector3 position; // Camera position argument
71 Vector3 target; // Camera target it looks-at argument
72 Vector3 up; // Camera up vector (rotation over its axis) argument
73 …float fovy; // Camera field-of-view apperture in Y (degrees) in perspective, used as n… argument
74 int projection; // Camera projection: CAMERA_PERSPECTIVE or CAMERA_ORTHOGRAPHIC argument
75 } Camera; typedef
/dports/devel/boost-docs/boost_1_72_0/libs/statechart/example/Camera/
H A DCamera.hpp35 struct Camera : sc::state_machine< Camera, NotShooting > struct
42 struct NotShooting : sc::simple_state< NotShooting, Camera, Idle > argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/statechart/example/Camera/
H A DCamera.hpp35 struct Camera : sc::state_machine< Camera, NotShooting > struct
42 struct NotShooting : sc::simple_state< NotShooting, Camera, Idle > argument
/dports/databases/xtrabackup/boost_1_59_0/libs/statechart/example/Camera/
H A DCamera.hpp35 struct Camera : sc::state_machine< Camera, NotShooting > struct
42 struct NotShooting : sc::simple_state< NotShooting, Camera, Idle > argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/statechart/example/Camera/
H A DCamera.hpp35 struct Camera : sc::state_machine< Camera, NotShooting > struct
42 struct NotShooting : sc::simple_state< NotShooting, Camera, Idle > argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/statechart/example/Camera/
H A DCamera.hpp35 struct Camera : sc::state_machine< Camera, NotShooting > struct
42 struct NotShooting : sc::simple_state< NotShooting, Camera, Idle > argument
/dports/databases/percona57-server/boost_1_59_0/libs/statechart/example/Camera/
H A DCamera.hpp35 struct Camera : sc::state_machine< Camera, NotShooting > struct
42 struct NotShooting : sc::simple_state< NotShooting, Camera, Idle > argument
/dports/databases/percona57-client/boost_1_59_0/libs/statechart/example/Camera/
H A DCamera.hpp35 struct Camera : sc::state_machine< Camera, NotShooting > struct
42 struct NotShooting : sc::simple_state< NotShooting, Camera, Idle > argument
/dports/devel/boost-libs/boost_1_72_0/libs/statechart/example/Camera/
H A DCamera.hpp35 struct Camera : sc::state_machine< Camera, NotShooting > struct
42 struct NotShooting : sc::simple_state< NotShooting, Camera, Idle > argument

12345678910>>...42