vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vrecko::World::AvatarView Struct Reference

Struct for description of AvatarView. More...

#include <World.h>

Public Attributes

std::string ID
 Identification string. More...
 
BaseClassowner
 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...
 

Detailed Description

Struct for description of AvatarView.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: