Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
jop::Camera Member List

This is the complete list of members for jop::Camera, including all inherited members.

applyViewport(const RenderTarget &mainTarget) const jop::Camera
Camera(Object &object, Renderer &renderer, const Projection mode)jop::Camera
ClippingPlanes typedefjop::Camera
Component(Object &object, const uint32 ID)jop::Componentprotected
Component(const Component &other, Object &newObj)jop::Componentprotected
getAspectRatio() const jop::Camera
getClippingPlanes() const jop::Camera
getFieldOfView() const jop::Camera
getID() const jop::Component
getObject()jop::Component
getObject() const jop::Component
getPickRay(const glm::vec2 &mouseCoords, const RenderTarget &target) const jop::Camera
getProjectionMatrix() const jop::Camera
getProjectionMode() const jop::Camera
getRenderMask() const jop::Camera
getRenderTexture()jop::Camera
getRenderTexture() const jop::Camera
getSize() const jop::Camera
getViewMatrix() const jop::Camera
getViewport() const jop::Camera
isActive() const jop::Component
Projection enum namejop::Camera
receiveMessage(const Message &message) overridejop::Cameraprotectedvirtual
removeSelf()jop::Component
sendMessage(const Message &message)jop::Component
setAspectRatio(const float ratio)jop::Camera
setClippingPlanes(const float clipNear, const float clipFar)jop::Camera
setFieldOfView(const float fovY)jop::Camera
setID(const uint32 ID)jop::Component
setProjectionMode(const Projection mode)jop::Camera
setRenderMask(const uint32 mask)jop::Camera
setSize(const glm::vec2 &size)jop::Camera
setSize(const float x, const float y)jop::Camera
setViewport(const glm::vec2 &start, const glm::vec2 &end)jop::Camera
update(const float deltaTime)jop::Componentvirtual
ViewPort typedefjop::Camera
~Camera() overridejop::Camera
~Component()=0jop::Componentpure virtual