~ubuntu-branches/ubuntu/saucy/cuyo/saucy

« back to all changes in this revision

Viewing changes to datasrc/pics/mrTrenn.pov

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2010-07-19 09:54:44 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100719095444-ecoegzo1vvvdwra9
Tags: 2.~-1.1.brl3-1ubuntu1
* Merge from debian unstable (LP: #607106). Remaining changes:
  - Don't register MimeType=application/x-executable in
    the .desktop file.
  - Remove UTF-8 in the .desktop file
  - 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
    Copyright 2005 by Mark Weyer
3
 
 
4
 
    This program is free software; you can redistribute it and/or modify
5
 
    it under the terms of the GNU General Public License as published by
6
 
    the Free Software Foundation; either version 2 of the License, or
7
 
    (at your option) any later version.
8
 
 
9
 
    This program is distributed in the hope that it will be useful,
10
 
    but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
 
    GNU General Public License for more details.
13
 
 
14
 
    You should have received a copy of the GNU General Public License
15
 
    along with this program; if not, write to the Free Software
16
 
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
 
*/
18
 
 
19
 
#include "fall_dreh.inc"
20
 
#include "reversi.inc"
21
 
 
22
 
 
23
 
#declare Balken_rad = 1/6;
24
 
#declare Balken_hoch = (1/2-Balken_rad)*sqrt(4/3);
25
 
 
26
 
#declare Balken =
27
 
sphere_sweep {
28
 
  linear_spline  2
29
 
  <1,-Balken_hoch,0> Balken_rad
30
 
  <1,Balken_hoch,0> Balken_rad
31
 
  Textur(texture{
32
 
    pigment {rgb 0}
33
 
    finish {specular 1}})
34
 
}
35
 
 
36
 
#macro Drehbar() object{Balken} #end
37
 
 
38
 
FallDreh()
39