forked from pyrite-dev/milsko
banner
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@197 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
b63e97c996
commit
5594e54e90
4 changed files with 31 additions and 1 deletions
BIN
banner.png
Normal file
BIN
banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
27
resource/banner.pov
Normal file
27
resource/banner.pov
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
#declare BASE = 1;
|
||||
#include "resource/logo.pov"
|
||||
|
||||
object {
|
||||
text {
|
||||
ttf "resource/mononoki.ttf",
|
||||
"Milsko Toolkit",
|
||||
1, 0
|
||||
}
|
||||
scale 2
|
||||
translate <2.5, -1, -1>
|
||||
pigment {
|
||||
color White
|
||||
}
|
||||
finish {
|
||||
phong 1
|
||||
reflection 0.3
|
||||
}
|
||||
}
|
||||
|
||||
camera {
|
||||
location <8+6, 2.5, -40>
|
||||
look_at <8, 0.75, 0>
|
||||
angle 35
|
||||
up <0, 1, 0>
|
||||
right <5, 0, 0>
|
||||
}
|
||||
|
|
@ -59,6 +59,7 @@ light_source {
|
|||
parallel point_at <0, 0, 0>
|
||||
}
|
||||
|
||||
#ifndef(BASE)
|
||||
camera {
|
||||
location <1.5, 2.5, -10>
|
||||
look_at <0, 0.75, 0>
|
||||
|
|
@ -66,3 +67,4 @@ camera {
|
|||
up <0, 1, 0>
|
||||
right <1, 0, 0>
|
||||
}
|
||||
#end
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
# $Id$
|
||||
povray +W256 +H256 +Ologo.png tools/logo.pov
|
||||
povray +W256 +H256 +Ologo.png resource/logo.pov
|
||||
povray +W200 +H40 +Obanner.png resource/banner.pov
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue