home *** CD-ROM | disk | FTP | other *** search
- #define Blue_Agate texture3d {
- user1
- position_fn position_x
- position_scale 1.1
- turbulence 2.0
- lookup_fn lookup_sinus
- octaves 3
-
- cmap 0.0 <0.3 0.3 0.5> 0.5 <0.3 0.3 0.5>
- cmap 0.5 <0.3 0.3 0.5> 0.55 <0.2 0.2 0.3>
- cmap 0.55 <0.20 0.20 0.30> 0.6 <0.25 0.25 0.35>
- cmap 0.6 <0.25 0.25 0.35> 0.7 <0.15 0.15 0.26>
- cmap 0.7 <0.15 0.15 0.26> 0.8 <0.10 0.10 0.20>
- cmap 0.8 <0.10 0.10 0.20> 0.9 <0.30 0.30 0.50>
- cmap 0.9 <0.30 0.30 0.50> 1.001 <0.10 0.10 0.20>
- }
-
- #define Brown_Agate texture3d {
- user1
- position_fn position_x
- position_scale 1.1
- turbulence 2.0
- lookup_fn lookup_sinus
- octaves 3
-
- cmap 0.0 White 0.5 <0.9 0.7 0.6>
- cmap 0.5 <0.9 0.7 0.6> 0.6 <0.9 0.7 0.4>
- cmap 0.6 <0.9 0.7 0.4> 1.001 <0.7 0.4 0.2>
- }
-
- #define Red_Marble texture3d {
- user1
- position_fn position_x
- position_scale 1.1
- turbulence 2.0
- lookup_fn lookup_sinus
- octaves 3
-
- cmap 0.0 <0.8 0.8 0.6> 0.8 <0.8 0.4 0.4>
- cmap 0.8 <0.8 0.4 0.4> 1.001 <0.8 0.2 0.2>
- }
-
- #define BozoSky texture3d {
- user2
- position_fn position_noise
- lookup_fn lookup_none
- turbulence 0.3
- cmap 0.0 <0.25 0.25 0.5> 0.5 <0.25 0.25 0.5>
- cmap 0.5 <0.25 0.25 0.5> 0.6 <0.7 0.7 0.7>
- cmap 0.6 <0.7 0.7 0.7> 1.001 <0.3 0.3 0.3>
- }
-
- #define Cherry_Wood texture3d {
- user1
- position_fn position_cylindrical
- lookup_fn lookup_sawtooth
- turbulence 0.2
- cmap 0.0 <0.666 0.312 0.2> 0.8 <0.666 0.312 0.2>
- cmap 0.8 <0.4 0.133 0.066> 1.001 <0.2 0.065 0.033>
- }
-
- #define Leopard texture3d {
- user2
- position_fn position_sinxyz
- lookup_fn lookup_ramp
- turbulence 0.0
- cmap 0.0 Yellow 0.1 Red
- cmap 0.1 Red 0.98 Blue
- cmap 0.98 Magenta 1.0 Yellow
- }
-
- #define Onion texture3d {
- user2
- position_fn position_spherical
- lookup_fn lookup_ramp
- turbulence 0.0
- cmap 0.0 Yellow 0.3 Orange
- cmap 0.3 Orange 0.9 Magenta
- cmap 0.9 Blue 1.0 Green
- }
-