forked from pyrite-dev/milsko
move again
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@569 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
ac97271177
commit
92db649bda
8 changed files with 8 additions and 8 deletions
|
|
@ -1,27 +0,0 @@
|
|||
#declare BASE = 1;
|
||||
#include "resource/logo.pov"
|
||||
|
||||
object {
|
||||
text {
|
||||
ttf "resource/font/IBMPlexSerif.ttf",
|
||||
"Milsko Toolkit",
|
||||
1, 0
|
||||
}
|
||||
scale 2
|
||||
translate <2.5, -1, -1>
|
||||
pigment {
|
||||
color White
|
||||
}
|
||||
finish {
|
||||
phong 1
|
||||
reflection 0.3
|
||||
}
|
||||
}
|
||||
|
||||
camera {
|
||||
location <8+5, 2.5, -37.5>
|
||||
look_at <7, 0.75, 0>
|
||||
angle 35
|
||||
up <0, 1, 0>
|
||||
right image_width / image_height * x
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue