home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 2000 January / LCD_01_2000.iso / grafik / cloe / include / textuser.inc < prev   
Encoding:
Text File  |  1996-08-02  |  2.1 KB  |  81 lines

  1. #define Blue_Agate texture3d {
  2.   user1
  3.   position_fn    position_x
  4.   position_scale 1.1
  5.   turbulence     2.0
  6.   lookup_fn      lookup_sinus
  7.   octaves        3
  8.   
  9.   cmap        0.0 <0.3 0.3 0.5> 0.5 <0.3 0.3 0.5>
  10.   cmap        0.5 <0.3 0.3 0.5> 0.55 <0.2 0.2 0.3>
  11.   cmap        0.55 <0.20 0.20 0.30> 0.6 <0.25 0.25 0.35>
  12.   cmap        0.6 <0.25 0.25 0.35> 0.7 <0.15 0.15 0.26>
  13.   cmap        0.7 <0.15 0.15 0.26> 0.8 <0.10 0.10 0.20>
  14.   cmap        0.8 <0.10 0.10 0.20> 0.9 <0.30 0.30 0.50>
  15.   cmap        0.9 <0.30 0.30 0.50> 1.001 <0.10 0.10 0.20>
  16. }
  17.  
  18. #define Brown_Agate texture3d {
  19.   user1
  20.   position_fn    position_x
  21.   position_scale 1.1
  22.   turbulence     2.0
  23.   lookup_fn      lookup_sinus
  24.   octaves        3
  25.   
  26.   cmap        0.0 White 0.5 <0.9 0.7 0.6>
  27.   cmap        0.5 <0.9 0.7 0.6> 0.6 <0.9 0.7 0.4>
  28.   cmap        0.6 <0.9 0.7 0.4> 1.001 <0.7 0.4 0.2>
  29. }
  30.  
  31. #define Red_Marble texture3d {
  32.   user1
  33.   position_fn    position_x
  34.   position_scale 1.1
  35.   turbulence     2.0
  36.   lookup_fn      lookup_sinus
  37.   octaves        3
  38.   
  39.   cmap        0.0 <0.8 0.8 0.6>   0.8 <0.8 0.4 0.4>
  40.   cmap        0.8 <0.8 0.4 0.4> 1.001 <0.8 0.2 0.2>
  41. }
  42.  
  43. #define BozoSky texture3d {
  44.   user2
  45.   position_fn position_noise
  46.   lookup_fn   lookup_none
  47.   turbulence  0.3
  48.   cmap        0.0 <0.25 0.25 0.5> 0.5 <0.25 0.25 0.5>
  49.   cmap        0.5 <0.25 0.25 0.5> 0.6 <0.7 0.7 0.7>
  50.   cmap        0.6 <0.7 0.7 0.7> 1.001 <0.3 0.3 0.3>
  51. }
  52.  
  53. #define Cherry_Wood texture3d {
  54.   user1
  55.   position_fn position_cylindrical
  56.   lookup_fn   lookup_sawtooth
  57.   turbulence  0.2
  58.   cmap        0.0 <0.666 0.312 0.2> 0.8 <0.666 0.312 0.2>
  59.   cmap        0.8 <0.4 0.133 0.066> 1.001 <0.2 0.065 0.033>
  60. }
  61.  
  62. #define Leopard texture3d {
  63.   user2
  64.   position_fn position_sinxyz
  65.   lookup_fn   lookup_ramp
  66.   turbulence  0.0
  67.   cmap        0.0 Yellow   0.1 Red
  68.   cmap        0.1 Red      0.98 Blue
  69.   cmap        0.98 Magenta 1.0 Yellow
  70. }
  71.  
  72. #define Onion texture3d {
  73.   user2
  74.   position_fn position_spherical
  75.   lookup_fn   lookup_ramp
  76.   turbulence  0.0
  77.   cmap        0.0 Yellow 0.3 Orange
  78.   cmap        0.3 Orange 0.9 Magenta
  79.   cmap        0.9 Blue   1.0 Green
  80. }
  81.