POV-Ray : Newsgroups : povray.newusers : Conversione file .stl in .inc per povray : Re: Conversione file .stl in .inc per povray Server Time
12 Apr 2025 16:12:56 EDT (-0400)
  Re: Conversione file .stl in .inc per povray  
From: MichaelJF
Date: 29 Mar 2025 02:40:25
Message: <67e795d9$1@news.povray.org>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.