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