2025-10-07 07:38:24 +00:00
|
|
|
#declare BASE = 1;
|
|
|
|
|
#include "resource/logo.pov"
|
|
|
|
|
|
|
|
|
|
object {
|
|
|
|
|
text {
|
2025-10-24 01:53:29 +00:00
|
|
|
ttf "resource/IBMPlexSerif.ttf",
|
2025-10-07 07:38:24 +00:00
|
|
|
"Milsko Toolkit",
|
|
|
|
|
1, 0
|
|
|
|
|
}
|
|
|
|
|
scale 2
|
|
|
|
|
translate <2.5, -1, -1>
|
|
|
|
|
pigment {
|
|
|
|
|
color White
|
|
|
|
|
}
|
|
|
|
|
finish {
|
|
|
|
|
phong 1
|
|
|
|
|
reflection 0.3
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
camera {
|
2025-10-23 18:33:06 +00:00
|
|
|
location <8+5, 2.5, -37.5>
|
2025-10-23 18:28:10 +00:00
|
|
|
look_at <7, 0.75, 0>
|
2025-10-07 07:38:24 +00:00
|
|
|
angle 35
|
|
|
|
|
up <0, 1, 0>
|
2025-10-22 10:09:24 +00:00
|
|
|
right image_width / image_height * x
|
2025-10-07 07:38:24 +00:00
|
|
|
}
|