208

Introducing texture mapping
Loading texture images

  • The TextureLoader utility loads an image from a file or URL, and returns an ImageComponent or Texture
  • Method
    TextureLoader( String path, Component observer )
    ImageComponent2D getImage( )
    Texture getTexture( )