vrecko
virtual reality framework
|
Go to the source code of this file.
Classes | |
class | AP_LSystem::AbstractTurtle |
Namespaces | |
namespace | AP_LSystem |
Functions | |
const osg::Vec3d | AP_LSystem::HeadVec (0.0, 1.0, 0.0) |
Turtle head vector. More... | |
const osg::Vec3d | AP_LSystem::UpVec (1.0, 0.0, 0.0) |
Turtle up vector. More... | |
const osg::Vec3d | AP_LSystem::LeftVec (0.0, 0.0, 1.0) |
Turtle left vector. More... | |
const osg::Vec3d | AP_LSystem::Center (0.0, 0.0, 0.0) |
Position of turtle. More... | |
const osg::Vec4d | AP_LSystem::White (1.0, 1.0, 1.0, 1.0) |
White color. More... | |