Table of Contents Chapter Index Previous Slide Next Slide 235
Syntax: MovieTexture

Mapping textures
Syntax: MovieTexture
  • A MovieTexture node selects a texture movie for texture mapping
  • url - texture movie file URL
  • When to play the movie, and how quickly (like a TimeSensor node)

    MovieTexture {
        url "movie.mpg"
        loop TRUE
        speed 1.0
    }