Table of Contents Chapter Index Previous Slide Next Slide 280
Syntax: Sound

Adding sound
Syntax: Sound
  • A Sound node describes a sound emitter
  • source - AudioClip or MovieTexture node
  • location and direction - emitter placement
  • more . . .

    Sound {
        source AudioClip { . . . }
        location  0.0 0.0 0.0
        direction 0.0 0.0 1.0
    }