예제 #1
0
SkeletonBase::SkeletonBase(void) :
    _Producer(&getProducerType()),
    Inherited(),
    _mfRootJoints             ()
    ,_sfEventProducer(&_Producer)
{
}
GeometryCollisionParticleSystemAffectorBase::GeometryCollisionParticleSystemAffectorBase(void) :
    _Producer(&getProducerType()),
    Inherited(),
    _mfCollisionAffectors     (),
    _sfCollisionNode          (NULL)
    ,_sfEventProducer(&_Producer)
{
}
CollisionParticleSystemAffectorBase::CollisionParticleSystemAffectorBase(void) :
    _Producer(&getProducerType()),
    Inherited(),
    _sfCollisionDistance      (Real32(0.0f)),
    _mfSecondaryCollisionSystems()
    ,_sfEventProducer(&_Producer)
{
}
AnimationGroupBase::AnimationGroupBase(void) :
    _Producer(&getProducerType()),
    Inherited(),
    _mfAnimations             (),
    _sfScale                  (Real32(1.0)),
    _sfOffset                 (Real32(0.0)),
    _sfSpan                   (Real32(-1.0))
    ,_sfEventProducer(&_Producer)
{
}
예제 #5
0
AnimationBase::AnimationBase(void) :
    _Producer(&getProducerType()),
    Inherited(),
    _sfCycling                (Int32(-1)),
    _sfScale                  (Real32(1.0)),
    _sfOffset                 (Real32(0.0)),
    _sfSpan                   (Real32(-1.0)),
    _sfCycles                 (Real32(0))
    ,_sfEventProducer(&_Producer)
{
}
예제 #6
0
DialogBase::DialogBase(void) :
    _Producer(&getProducerType()),
    _sfResponse               (), 
    _sfResponsePresentationDelay(), 
    _sfInteractive            (), 
    _mfResponses              (), 
    _sfDialogSound            (), 
    _sfParentDialogHierarchy  (), 
    _sfEventProducer(&_Producer),
    Inherited() 
{
}
예제 #7
0
SoundBase::SoundBase(void) :
    _Producer(&getProducerType()),
    Inherited(),
    _sfPosition               (Pnt3f(0.0,0.0,0.0)),
    _sfVelocity               (Vec3f(0.0,0.0,0.0)),
    _sfVolume                 (Real32(1.0)),
    _sfPan                    (Real32(0.0)),
    _sfFrequency              (Real32(44100.0)),
    _sfLooping                (Int32(1)),
    _sfStreaming              (bool(false)),
    _sfFile                   (),
    _sfEnable3D               (bool(false))
    ,_sfEventProducer(&_Producer)
{
}
예제 #8
0
TreeModelBase::TreeModelBase(void) :
    _Producer(&getProducerType()),
    Inherited(),
    _sfEventProducer(&_Producer)
{
}
TableColumnModelBase::TableColumnModelBase(void) :
    _Producer(&getProducerType()),
    Inherited(),
    _sfEventProducer(&_Producer)
{
}
예제 #10
0
VideoWrapperBase::VideoWrapperBase(void) :
    _Producer(&getProducerType()),
    Inherited(),
    _sfEventProducer(&_Producer)
{
}