Introducing texture mapping
Summary
- A texture is an image pasted onto a shape to create
the illusion of detail
- Texture mapping is controlled by node components in a shape's
Appearance including Texture2D
- Enables texture mapping using an image in
an ImageComponent2D
- TextureLoader gets an image from disk or the Web,
returning an ImageComponent
- ImageComponent2D holds 2D image data