source: trunk/examples/demo/qasteroids/sprites/bits/bits.pov

Last change on this file was 160, checked in by dmik, 19 years ago

Imported table and iconview modules and a bunch of dependent examples from the official release 3.3.1 from Trolltech.

File size: 498 bytes
Line 
1
2#version 3.0
3global_settings { assumed_gamma 2.0 }
4
5#include "colors.inc"
6#include "textures.inc"
7#include "metals.inc"
8
9camera {
10 location <15, -15, -100>
11 look_at <0, 0, 0>
12}
13
14light_source { <50, 50, -50> colour White }
15light_source { <0, 0, -50> colour White }
16
17prism {
18 linear_sweep
19 linear_spline
20 0,
21 0.2,
22 5,
23 <2, 0>, <0, 2>, <-1, 1>, <0, -3>, <2, 0>
24 texture { T_Silver_2A }
25
26 rotate <360*clock, 50, 30>
27 scale <20, 20, 20>
28}
29
30
31
Note: See TracBrowser for help on using the repository browser.