Fast links: Interglossa » Glosa »
Re: [glosalist] Glosa-pagina
Marcel Springer (Marcel Springer <marcel@...>) on February 20, 2004
Karo Igor,
Boni, tu grafo a Glosalist. Mi hedo de tu. Gratia e ave!
Tu grafo, 2004-02-20:
Mi nu-pa skope u prima pagina de Glosa (http://www.glosa.org) e face nota: id es ge-muta. Sura id nu-tem aspekto habe kali ko u gluko, ma mega marka. Id feno; Marcel pa face id. Qe mi dice korekti? Gratula! Plu Glosa-pe, place visita u pagina.
Gratia de tu visita Glosa.org itera. Ja, mi nu-pa sporta ko programa “Povray”; qi face 3-D-pikto. Mi hedo; uno-pe amo id. Mi pa fobo; id habe vista de “tafo-lito”.
Povray pote gene kargo ex http://www.povray.org. Id es gratis e funktio per poli puta-me sistema, homo MS-Windows, MacOs alo Linux. Si uno-pe volu uti u Glosa-marka (posi pro inter-reti pagina alo Glosa publika-ma); mi bali u programa infra. Id ne habe fo no-facili: muta plu kroma, loka de lampa e fotografi-me, u textu alo u mega de pikto.
Saluta
Marcel
Inklude-ra: povray-programa glosalogo.pov //———————————————skizo–skizo———–
// Glosa-marka
// ===========
//
// Tenta: face pikto de Glosa-semani per programa “Povray”.
// Mi pa uti Povray versio 3.5 per SuSE Linux 8.2. Tu pote gene
// Povray ex http://www.povray.org. Id es gratis. “Render”-komanda:
// povray +W640 +H480 +P +X +D0 -V glosalogo.pov
// Exempla pro Povray-kroma
// RGB-mode (kloro):
// pigment { color red 0 green 1 blue 0 }
// alo ko nomina:
// White, Gray50 …
//
// Marcel Springer, 2004.
#include “colors.inc”
// kroma de fonda:
background { color White }
// kroma de Glosa-semani:
#declare Kriso = texture {
pigment { BrightGold }
finish {
ambient .1
diffuse .4
reflection .25
specular 1
metallic
}
};
// kroma de taba:
#declare Polio = texture {
pigment { Gray90 }
finish {
ambient .1
diffuse 0.2
specular .2
metallic
}
};
// loka de fotografi-me:
camera {
location <-1, -1, -30>
look_at <0, 0, 0>
}
// loka de lumi:
light_source { <10, 10, -40> White }
// —————————
// plu forma:
// extra zona:
difference {
torus { 8, .4 rotate -90x }
box { <0, 0, -1>, <10, 10, 1> }
rotate 25z
texture { Kriso }
}
difference {
torus { 8, .4 rotate -90x }
box { <0, 0, -1>, <10, 10, 1> }
rotate 65z
texture { Kriso }
}
// meso zona:
difference {
torus { 5.5, .4 rotate -90x }
box { <0, 0, -1>, <10, 10, 1> }
rotate 25z
texture { Kriso }
}
difference {
torus { 5.5, .4 rotate -90x }
box { <0, 0, -1>, <10, 10, 1> }
rotate 65z
texture { Kriso }
}
// intra zona:
difference {
torus { 3, .4 rotate -90x }
box { <0, 0, -1>, <10, 10, 1> }
rotate 25z
texture { Kriso }
}
difference {
torus { 3, .4 rotate -90x }
box { <0, 0, -1>, <10, 10, 1> }
rotate 65z
texture { Kriso }
}
// trunka:
cylinder { <0, 0>, <0, -8>, .4 open
texture { Kriso }
}
sphere { <0, 0, 0>, .4
texture { Kriso }
}
// dextro baci:
cylinder { <3, 0>, <8, 0>, .4 open
texture { Kriso }
}
// laevo baci:
cylinder { <-3, 0>, <-8, 0>, .4 open
texture { Kriso }
}
// baci dextro-infra:
cylinder { <3, 0>, <8, 0>, .4 open
rotate -45z
texture { Kriso }
}
// baci laevo-infra:
cylinder { <3, 0>, <8, 0>, .4 open
rotate -135z
texture { Kriso }
}
// dextro antena:
cylinder { <3, 0>, <12.2, 0>, .4 open
rotate 65z
texture { Kriso }
}
sphere { <3, 0>, .4 rotate 65z
texture { Kriso }
}
sphere { <12.2, 0>, .4 rotate 65z
texture { Kriso }
}
// laevo antena:
cylinder { <3, 0>, <12.2, 0>, .4 open rotate 115z
texture { Kriso }
}
sphere { <3, 0>, .4 rotate 115z
texture { Kriso }
}
sphere { <12.2, 0>, .4 rotate 115z
texture { Kriso }
}
// plu litera:
text { ttf “timrom.ttf”
“Glosa”
0.5, 0
translate -1.25x-1y-2z
scale 4
texture { Kriso }
}
// tabla:
box { <-8.7, -12.5, 10>, <20, 13.5, 16>
texture { Polio }
rotate -21y+3*x
}
//——————————————————————– // (programa-fini)
Fast links: Interglossa » Glosa »