mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-07 01:49:47 +00:00
102x47
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@709 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
BIN
resource/logo/102x47.png
Normal file
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
5
resource/logo/102x47.pov
Normal file
@@ -0,0 +1,5 @@
|
||||
/* $Id $*/
|
||||
#declare FAR = 2.25;
|
||||
#declare Y = -0.5;
|
||||
|
||||
#include "resource/logo/logo.pov"
|
||||
@@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
#declare BASE = 1;
|
||||
#include "resource/logo/logo.pov"
|
||||
|
||||
|
||||
@@ -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 |
BIN
resource/logo/overlay-102x47.png
Normal file
BIN
resource/logo/overlay-102x47.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 454 B |
Reference in New Issue
Block a user