Home
last modified time | relevance | path

Searched defs:ICamera (Results 1 – 8 of 8) sorted by relevance

/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dcontroller.h18 struct ICamera { struct
36 ICamera() : cameraIndex(0), reflectPlane(NULL), angle(0.0f), shake(0.0f), centerView(false) {} in ICamera() argument
38 virtual void setup(bool calcMatrices) {} in setup()
39 virtual int getRoomIndex() const { return TR::NO_ROOM; } in getRoomIndex()
40 virtual void doCutscene(const vec3 &pos, float rotation) {} in doCutscene()
41 virtual Controller* getOwner() { return NULL; } in getOwner()
43 void setAngle(float x, float y) { in setAngle()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/gui/
H A DFactory.h10 class ICamera; variable
H A DFactory.cpp69 virtual void initialize(const Storage&, const IColorizer&, const ICamera&) override {} in getRenderer()
H A DController.h27 class ICamera; variable
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/gui/windows/
H A DOrthoPane.h12 class ICamera; variable
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcGeom/
H A DICamera.h184 typedef Abc::ISchemaObject<ICameraSchema> ICamera; typedef
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/gui/renderers/
H A DIRenderer.h19 class ICamera; variable
/dports/science/iboview/ibo-view.20150427/src/IboView/
H A DIvView3D.cpp1679 ICamera::ICamera(QObject *pView3d_) in ICamera() function in ICamera