tec::View

#include <view.hpp>

Public Functions

Name
View(bool active =false)
void Out(proto::Component * target)
void In(const proto::Component & source)

Public Attributes

Name
glm::vec3 view_pos
glm::quat view_quat
bool active

Public Functions Documentation

function View

inline View(
    bool active =false
)

function Out

inline void Out(
    proto::Component * target
)

function In

inline void In(
    const proto::Component & source
)

Public Attributes Documentation

variable view_pos

glm::vec3 view_pos {0};

variable view_quat

glm::quat view_quat;

variable active

bool active = false;

Updated on 2022-07-24 at 19:27:35 +0000