git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@709 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-14 13:17:17 +00:00
parent f3dbd3ebcc
commit 77c73e4f01
7 changed files with 20 additions and 3 deletions

BIN
resource/logo/102x47.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

5
resource/logo/102x47.pov Normal file
View File

@@ -0,0 +1,5 @@
/* $Id $*/
#declare FAR = 2.25;
#declare Y = -0.5;
#include "resource/logo/logo.pov"

View File

@@ -1,3 +1,4 @@
/* $Id$ */
#declare BASE = 1;
#include "resource/logo/logo.pov"

View File

@@ -75,12 +75,20 @@ light_source {
parallel point_at <0, 0, 0>
}
#ifndef(FAR)
#declare FAR = 1;
#end
#ifndef(Y)
#declare Y = 0;
#end
#ifndef(BASE)
camera {
location <1.5, 2.5, -10>
look_at <0, 0.75, 0>
location <1.5 * FAR, 2.5 + Y, -10 * FAR>
look_at <0, 0.75 + Y, 0>
angle 35
up <0, 1, 0>
right <1, 0, 0>
right image_width / image_height * x
}
#end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B

View File

@@ -2,5 +2,8 @@
# $Id$
povray +W256 +H256 +Ologo.png resource/logo/logo.pov
povray +W1280 +H640 +Obanner.png resource/logo/banner.pov
povray +W102 +H47 +O102x47.png resource/logo/102x47.pov
mv logo.png banner.png resource/logo/
magick resource/logo/logo.png -scale x64 resource/logo/logo64.png
magick 102x47.png resource/logo/overlay-102x47.png -compose over -composite resource/logo/102x47.png
rm -f 102x47.png