forked from pyrite-dev/milsko
prepare for 1.0
This commit is contained in:
parent
c14c267ebe
commit
a8b2fa1e18
1 changed files with 19 additions and 0 deletions
|
|
@ -1,6 +1,25 @@
|
|||
#declare BASE = 1;
|
||||
#include "resource/logo/logo.pov"
|
||||
|
||||
#ifdef(VERSION_10)
|
||||
object {
|
||||
text {
|
||||
ttf "resource/font/IBMPlexSerif.ttf",
|
||||
"1.0",
|
||||
1, 0
|
||||
}
|
||||
scale 5
|
||||
translate <7.5, -1, 1>
|
||||
pigment {
|
||||
color Red
|
||||
}
|
||||
finish {
|
||||
phong 1
|
||||
reflection 0.3
|
||||
}
|
||||
}
|
||||
#end
|
||||
|
||||
object {
|
||||
text {
|
||||
ttf "resource/font/IBMPlexSerif.ttf",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue