Esempio n. 1
0
// default constructor
OrthoCamera::OrthoCamera()
{
    // set type for tha camera
    m_type = CT_ORTHO;
    
    // register properties
    registerAllProperty();
}
Esempio n. 2
0
void GObject::registerAll()
{
    unRegisterAll();
    registerAllProperty();
}