mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-03 16:10:50 +00:00
move again
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@569 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
BIN
resource/logo/banner.png
Normal file
BIN
resource/logo/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
27
resource/logo/banner.pov
Normal file
27
resource/logo/banner.pov
Normal file
@@ -0,0 +1,27 @@
|
||||
#declare BASE = 1;
|
||||
#include "resource/logo/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
|
||||
}
|
||||
BIN
resource/logo/banner2.png
Normal file
BIN
resource/logo/banner2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
BIN
resource/logo/logo.png
Normal file
BIN
resource/logo/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
70
resource/logo/logo.pov
Normal file
70
resource/logo/logo.pov
Normal file
@@ -0,0 +1,70 @@
|
||||
// $Id$
|
||||
#include "shapes.inc"
|
||||
#include "colors.inc"
|
||||
|
||||
object {
|
||||
Cube
|
||||
translate <-1, 0, 1>
|
||||
pigment {
|
||||
color Red
|
||||
}
|
||||
}
|
||||
|
||||
object {
|
||||
Cube
|
||||
translate <1, 0, 1>
|
||||
pigment {
|
||||
color Cyan
|
||||
}
|
||||
}
|
||||
|
||||
object {
|
||||
Cube
|
||||
translate <-1, 0, -1>
|
||||
pigment {
|
||||
color Blue
|
||||
}
|
||||
}
|
||||
|
||||
object {
|
||||
Cube
|
||||
translate <1, 0, -1>
|
||||
pigment {
|
||||
color Green
|
||||
}
|
||||
}
|
||||
|
||||
object {
|
||||
Cube
|
||||
translate <0, 2, 0>
|
||||
pigment {
|
||||
color Red
|
||||
}
|
||||
}
|
||||
|
||||
plane {
|
||||
y, -1
|
||||
pigment {
|
||||
checker Red Gray
|
||||
}
|
||||
finish {
|
||||
phong 1
|
||||
reflection 0.5
|
||||
}
|
||||
}
|
||||
|
||||
light_source {
|
||||
<-250, 250, -500>
|
||||
color White*2
|
||||
parallel point_at <0, 0, 0>
|
||||
}
|
||||
|
||||
#ifndef(BASE)
|
||||
camera {
|
||||
location <1.5, 2.5, -10>
|
||||
look_at <0, 0.75, 0>
|
||||
angle 35
|
||||
up <0, 1, 0>
|
||||
right <1, 0, 0>
|
||||
}
|
||||
#end
|
||||
BIN
resource/logo/logo64.png
Normal file
BIN
resource/logo/logo64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user