Antkeeper
0.0.1
|
Rotates a transform to face a target. More...
#include <track-to-constraint.hpp>
Public Attributes | |
entity::id | target |
Target entity ID. More... | |
math::fvec3 | up |
Up direction vector. More... | |
Rotates a transform to face a target.
Definition at line 30 of file track-to-constraint.hpp.
entity::id track_to_constraint::target |
Target entity ID.
Definition at line 33 of file track-to-constraint.hpp.
math::fvec3 track_to_constraint::up |
Up direction vector.
Definition at line 36 of file track-to-constraint.hpp.