Table of contents Chapter index Previous slide Next slide 318
Syntax: Background

Adding backgrounds
Syntax: Background
  • A Background node describes background images
  • frontUrl, etc - texture image URLs for box
  • Background {
    
        . . .
    
        frontUrl  "mountns.png"
    
        backUrl   "mountns.png"
    
        leftUrl   "mountns.png"
    
        rightUrl  "mountns.png"
    
        topUrl    "clouds.png"
    
        bottomUrl "ground.png"
    
    }