Uses of Class
artofillusion.texture.Mapping2D

Packages that use Mapping2D
artofillusion.texture   
 

Uses of Mapping2D in artofillusion.texture
 

Subclasses of Mapping2D in artofillusion.texture
 class CylindricalMapping
          CylindricalMapping is a Mapping2D which wraps the texture around a cylinder.
 class NonlinearMapping2D
          NonlinearMapping2D is an abstract class describing a nonlinear mapping between 2D texture coordinates and 3D space.
 class ProjectionMapping
          ProjectionMapping is a Mapping2D which projects the texture along a specified direction.
 class SphericalMapping
          SphericalMapping is a Mapping2D which wraps the texture around a sphere.
 class UVMapping
          UVMapping is a Mapping2D which allows the user to specify the texture coordinates of each vertex by hand.
 



Copyright © 1999-2011 by Peter Eastman.