Table of contents Chapter index Previous slide Next slide 338
Syntax: Sound

Adding sound
Syntax: Sound
  • A Sound node describes a sound emitter
  • intensity - volume
  • spatialize - use spatialize processing
  • priority - prioritize the sound

    Sound {
        . . .
        intensity 1.0
        spatialize TRUE
        priority 0.0
    }