Omnidome
Fulldome Mapping Software Toolkit
|
Basic projector setup with three euler angles and no positioning offsets. More...
#include <AngleSetup.h>
Public Member Functions | |
AngleSetup () | |
~AngleSetup () | |
virtual void | setup (Projector &) |
Setup projector with scene size. More... | |
virtual void | toPropertyMap (PropertyMap &) const |
virtual void | fromPropertyMap (PropertyMap const &) |
bool | flipped () const |
![]() | |
virtual bool | isMultiSetup () const |
virtual void | setup (Projector &_proj, qreal _scale) |
virtual void | scale (qreal _factor)=0 |
Scale projector setup by factor, e.g. to adapt defaults to scene size. More... | |
![]() | |
virtual | ~TypeIdInterface () |
virtual Id | getTypeId () const =0 |
Returns type id of object. More... | |
virtual void | registerInFactory () const =0 |
Register the inherited class in factory. More... | |
Basic projector setup with three euler angles and no positioning offsets.
|
virtual |
Implements omni::proj::Setup.
|
virtual |
Reimplemented in omni::proj::FreeSetup, and omni::proj::PeripheralSetup.
|
virtual |
Setup projector with scene size.
Implements omni::proj::Setup.
Reimplemented in omni::proj::PeripheralSetup, and omni::proj::FreeSetup.
|
virtual |
Reimplemented in omni::proj::FreeSetup, and omni::proj::PeripheralSetup.