[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.3.4 Examples

Here are some examples using tdlmake on the command line:

To create a 3Delight texture named `grid.tdl' from a TIFF named `grid.tif' using a gaussian downsampling filter of width 4:
 
% tdlmake -filter gaussian -filterwidth 4 grid.tif grid.tdl
To create a cubic environment map in which all cube sides were rendered using 90 degrees field of view:
 
% tdlmake -fov 90 -envcube \
  in1.tif in2.tif in3.tif in4.tif in5.tif in6.tif \
  envmap.tdl  
or (won't work in a DOS shell) :
 
% tdlmake -fov 90 -envcube in?.tif envmap.tdl
To create a texture using the high quality downsampling mode and show progress while doing so:
 
% tdlmake -progress -quality high grid.tif grid.tdl
To create a shadow map from a zfile (section 7.3 The zfile display driver):
 
% tdlmake -shadow data.z shadowmap.tdl



This document was generated by Aghiles Kheffache on July, 31 2003 using texi2html
3Delight 1.0.0. Copyright 2000-2003 The 3Delight Team. All Rights Reserved.