home *** CD-ROM | disk | FTP | other *** search
- FILE_NAME = Test11.tga
-
- default
- (
- x_res = 200
- y_res = 200
- ASPECT = 1.0
- )
- FOC_LENGTH = 90
-
-
- PATTERN ( x_size = 16,
- y_size = 16,
- name = CHECK,
- RECTANGLE (
- start_x = 0, start_y = 0,
- end_x = 8, end_y = 8,
- diff = (1, .20, .20);
- dither = 5,
- )
- RECTANGLE (
- start_x = 8, start_y = 8,
- end_x = 16, end_y = 16,
- diff = (1.00, .20, .20);
- dither = 5,
- )
- )
-
- PATTERN ( x_size = 80,
- y_size = 50,
- name = BRICK,
- RECTANGLE (
- start_x = 0, start_y = 2,
- end_x = 18, end_y = 23,
- diff = (1.00, .20, .20);
- dither = 5,
- )
- RECTANGLE (
- start_x = 62, start_y = 2,
- end_x = 80, end_y = 23,
- diff = (1.00, .20, .20);
- dither = 5,
- )
- RECTANGLE ( { brick 2 }
- start_x = 22, start_y = 2,
- end_x = 58, end_y = 23,
- diff = (.80, .20, .20);
- dither = 5,
- )
- RECTANGLE ( { brick 3 }
- start_x = 2, start_y = 27,
- end_x = 38, end_y = 48,
- diff = (.85, .35, .10);
- dither = 5,
- )
- RECTANGLE ( { brick 4 }
- start_x = 42, start_y = 27,
- end_x = 78, end_y = 48,
- diff = (.70, .25, .20);
- dither = 5,
- )
- )
-
-
- PARALLELOGRAM ( loc = ( -50, 0, 100),
- v1 = ( 200, 0, 0),
- v2 = ( 0, 0, -300),
- diff = ( 0, 1, 0),
- mirror = (.5, .7, .4),
- pattern = CHECK
- )
-
- { ** several mirrored spheres ** }
- SPHERE ( loc = (50, 35, -40),
- radius = 20,
- diff = (0, 0, 0),
- mirror = (.9, .9, .9),
- dither = 0
- )
- SPHERE ( loc = (-9, 35, -40),
- radius = 10,
- diff (0, 0, 0),
- mirror = (.2, .2, .2),
- dither = 0,
- pattern = check
- )
- SPHERE ( loc = (110, 25, -40),
- radius = 15,
- diff = (0, 0, 0),
- mirror = (.4, .7, .9),
- dither = 0
- pattern = check
- )
- SPHERE ( loc = (100, 48, 100),
- radius = 8,
- diff = (0, 0, 0),
- mirror = (.8, .8, .5),
- dither = 0
- )
-
- PARALLELOGRAM ( loc = (-40, 0, -100),
- v1 = (190, 0, 0),
- v2 = (0, 60, 0),
- mirror = (.7, .3, .9),
- diff = (0, 0, 0),
- dither = 0
- )
-
-
- { ** An observer ** }
- OBSERVER ( loc = (40, 100, 200),
- lookat = (50, 0, -100)
- )
- { ** Two lamps ** }
- LAMP ( loc = (65, 70, 20),
- radius = 20,
- dist = 45
- )
- LAMP ( loc = (30, 55, -10),
- radius = 15,
- dist = 25
- )
- LAMP ( loc = (10, 75, 10),
- radius = 10,
- dist = 30,
- amb = ( .7, .4, .8)
- )
- SKY ( horiz = (.45, 0, .45),
- zenith = (.20, 0, .9),
- dither = 4
- )
-