[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3Delights is a small collection of tools and a library. Here is an overview:
renderdl
, a RIB file reader. This programs reads a binary or ASCII-encoded RIB file and calls the renderer to produce an image.
shaderdl
, a shader compiler. The compiler can produce either object-code shaders (a DSO or a DLL) or byte-code shaders (commonly called interpreted shader).
tdlmake
, a texture optimizer which reads a variaty of inpout formats and produces a TIFF optimized for the renderer. The optimized file typically has a `.tdl' extension.
shaderinfo
, an utility used to gather information from compiled shaders, including: shader type, shader's parameters and parameters' default values.
dsm2tif
, an utility to convert deep shadow maps into TIFFs;
hdri2tif
, a dynamic range compression utility. Converts HDR images to low dynamic range TIFFs.
lib3delight
, a library that can be linked to other applications to render images and interrogate shaders. The library complies to the RenderMan API.