GlomeTrace-0.3: Ray Tracing Library

Safe HaskellSafe-Inferred

Data.Glome.Tex

Synopsis

Documentation

tex :: SolidItem tag mat -> Texture tag mat -> SolidItem tag matSource

Associate a texture with an object. For composite objects, the shader uses the innermost texture.

tag :: SolidItem tag mat -> tag -> SolidItem tag matSource