|
 |
Am 29.03.2025 um 06:53 schrieb Ignax:
> Uso Sketchup per costruire il mio modello; esporto il file ottenuto in formato
> "STL". Poi uso "stl2pov" per convertire il file "STL" in file"INC"senza
> apparenti problemi. Quando carico il file INC ottenuto in Povray, render tutto
> nero. Cosa sbaglio? Devo usare altre strategie per costruire i miei modelli?
> Grazie
I hope
https://www.deepl.com/de/translator
gave the right translation.
Your file declars an object only. You can use it in your scene with an
object-Statement and adding some kind of texture. The definiton of a
camera and a light_source will help as well.
For example:
light_source { <0,100,0>, <1,1,1> }
include "L383HDT.inc"
camera {
location <50,15,18>
look_at <0,0,18>
}
object { m_L383HDT
pigment { colour rgb <0,1,1> }
}
Best regards
Michael
Post a reply to this message
|
 |