|
Brunot
|
This is the complete list of members for sys::Camera, including all inherited members.
| addChild(std::unique_ptr< GameObject > newChild) -> bool | GameObject | virtual |
| addChildLua(std::unique_ptr< GameObject > &newChild) -> bool | GameObject | |
| calculateAllTransforms(int width, int height) | sys::Camera | static |
| calculateFormattedName() const -> void | GameObject | private |
| calculateProjection(int width, int height, Eigen::Vector3f cameraPos) -> void | sys::Camera | privatestatic |
| calculateScreen(int w, int h) -> void | sys::Camera | privatestatic |
| Camera() | sys::Camera | |
| Camera(const Camera &other)=default | sys::Camera | |
| Camera(Camera &&other) noexcept | sys::Camera | |
| checkAddToSceneHook() -> void | GameObject | protected |
| clone() const -> std::unique_ptr< GameObject > override | sys::Camera | inlinevirtual |
| coolerGetUUID() const -> unsigned int | GameObject | |
| destroy() -> void | GameObject | virtual |
| destroyed() const -> bool | GameObject | |
| endWindow() -> void override | sys::Camera | inlinevirtual |
| Engine | GameObject | |
| Entity | GameObject | |
| farPlane | sys::Camera | static |
| for_each(std::function< void(GameObject &)> func) -> void | GameObject | virtual |
| for_each(std::function< void(const GameObject &)> func) const -> void | GameObject | virtual |
| formattedName | GameObject | mutableprivate |
| GameObject(std::string typeName, gobj::Type parentType, gobj::Type type) | GameObject | |
| GameObject(const GameObject &other) | GameObject | |
| GameObject(GameObject &&other) noexcept | GameObject | |
| getChildren() const -> std::shared_ptr< std::vector< GameObject * > > | GameObject | protectedvirtual |
| getEnum() -> Type | sys::Camera | inlinestatic |
| getFormattedName() const -> const std::string & | GameObject | |
| getGameObjectJson() const -> json | GameObject | |
| getInternalParent() const -> GameObject * | GameObject | |
| getKey() const -> Key override | System | virtual |
| getName() const -> const std::string & | GameObject | |
| getNickname() const -> const std::string & | GameObject | |
| getObjectType() const -> gobj::Type | GameObject | |
| getParent() const -> GameObject *override | System | virtual |
| getUUID() const -> gobj::UUID | GameObject | |
| inEngine | GameObject | private |
| init(GLFWwindow *window, int width, int height) -> void | sys::Camera | static |
| internalParent | GameObject | private |
| isActive() const -> bool | GameObject | |
| isDestroyed | GameObject | private |
| isType(gobj::Type otherType) const -> bool | GameObject | |
| isUUID(gobj::UUID compareUUID) const -> bool | GameObject | |
| load(const Stream &stream) -> void override | sys::Camera | virtual |
| lookAt(const Eigen::Vector3f &eye, const Eigen::Vector3f center, const Eigen::Vector3f up) -> Eigen::Matrix4f | sys::Camera | privatestatic |
| nameEquals(const std::string &compareString) const -> bool | GameObject | |
| NDCToScreen | sys::Camera | privatestatic |
| nearPlane | sys::Camera | static |
| nickname | GameObject | private |
| Node | GameObject | |
| onEnterEngine() -> void | GameObject | inlinevirtual |
| onRender() -> void override | sys::Camera | virtual |
| onSceneExit(const std::string &sceneName) -> void | GameObject | inlinevirtual |
| onSceneStart(const std::string &sceneName) -> void | GameObject | inlinevirtual |
| onUpdate(float dt) -> void override | sys::Camera | virtual |
| operator=(const Camera &other) -> Camera & | sys::Camera | |
| operator=(Camera &&other) noexcept -> Camera &=default | sys::Camera | |
| System::operator=(const GameObject &other) -> GameObject & | GameObject | |
| System::operator=(GameObject &&other) noexcept -> GameObject & | GameObject | |
| parentTo(GameObject *newParent) -> bool | GameObject | virtual |
| parentType | GameObject | private |
| projection() -> const Eigen::Matrix4f & | sys::Camera | static |
| projectionTransform | sys::Camera | privatestatic |
| receivesMessages() const -> bool | GameObject | |
| render() -> void | GameObject | virtual |
| renderLayer | GameObject | private |
| renders() const -> bool | GameObject | |
| resizeViewport(GLFWwindow *window, int width, int height) -> void | sys::Camera | privatestatic |
| save(Stream &stream) const -> void override | sys::Camera | virtual |
| screen() -> const Eigen::Matrix4f & | sys::Camera | static |
| setActive(bool shouldBeActive) -> void | GameObject | |
| setGameObjectJson(const json &stream) -> void | GameObject | |
| setInternalParent(GameObject *parent) -> bool | GameObject | protected |
| setNickname(const std::string &newNickname) -> void | GameObject | |
| setShouldReceiveMessages(bool _shouldReceiveMessages) -> void | GameObject | virtual |
| setShouldRender(bool _shouldRender) -> void | GameObject | virtual |
| setShouldUpdate(bool _shouldUpdate) -> void | GameObject | virtual |
| shouldReceiveMessages | GameObject | private |
| shouldRender | GameObject | private |
| shouldUpdate | GameObject | private |
| showMenu() -> void override | System | virtual |
| System(const std::string &typeName, Type systemType) | System | protected |
| systemShowMenu() -> void override | sys::Camera | protectedvirtual |
| Type enum name | System | |
| type | System | private |
| typeName | GameObject | private |
| update(float dt) -> void | GameObject | virtual |
| updates() const -> bool | GameObject | |
| uuid | GameObject | private |
| view() -> const Eigen::Matrix4f & | sys::Camera | static |
| viewTransform | sys::Camera | privatestatic |
| ~Camera() override=default | sys::Camera | |
| ~GameObject() | GameObject | virtual |