vrecko
virtual reality framework
|
Struct for description of AvatarView. More...
#include <World.h>
Public Attributes | |
std::string | ID |
Identification string. More... | |
BaseClass * | owner |
Pointer to owner. More... | |
osg::Vec3 | eye_position |
Position of the avatar eye. More... | |
osg::Vec3 | look_at_center |
Center, where the avatar is looking. More... | |
osg::Vec3 | up_vector |
Up vector of the view. More... | |
Struct for description of AvatarView.
osg::Vec3 vrecko::World::AvatarView::eye_position |
Position of the avatar eye.
std::string vrecko::World::AvatarView::ID |
Identification string.
osg::Vec3 vrecko::World::AvatarView::look_at_center |
Center, where the avatar is looking.
BaseClass* vrecko::World::AvatarView::owner |
Pointer to owner.
osg::Vec3 vrecko::World::AvatarView::up_vector |
Up vector of the view.