|
igraphic 0.2.0
Contrats graphiques chargeables : IGraphic2Module / IGraphic3Module
|
This is the complete list of members for graphic::ICamera, including all inherited members.
| CUSTOM enum value | graphic::ICamera | |
| FIRST_PERSON enum value | graphic::ICamera | |
| FREE enum value | graphic::ICamera | |
| getFov() const =0 | graphic::ICamera | pure virtual |
| getMode() const =0 | graphic::ICamera | pure virtual |
| getPosition() const =0 | graphic::ICamera | pure virtual |
| getProjection() const =0 | graphic::ICamera | pure virtual |
| getTarget() const =0 | graphic::ICamera | pure virtual |
| getUp() const =0 | graphic::ICamera | pure virtual |
| Mode enum name | graphic::ICamera | |
| ORBITAL enum value | graphic::ICamera | |
| ORTHOGRAPHIC enum value | graphic::ICamera | |
| PERSPECTIVE enum value | graphic::ICamera | |
| Projection enum name | graphic::ICamera | |
| setFov(float fov)=0 | graphic::ICamera | pure virtual |
| setMode(Mode mode)=0 | graphic::ICamera | pure virtual |
| setPosition(Vector3f position)=0 | graphic::ICamera | pure virtual |
| setProjection(Projection projection)=0 | graphic::ICamera | pure virtual |
| setTarget(Vector3f size)=0 | graphic::ICamera | pure virtual |
| setUp(Vector3f up)=0 | graphic::ICamera | pure virtual |
| THIRD_PERSON enum value | graphic::ICamera | |
| ~ICamera()=default | graphic::ICamera | virtual |