POV-Ray : Newsgroups : povray.general : Specs for df3- files : Re: Specs for df3- files Server Time
30 Jul 2024 22:26:58 EDT (-0400)
  Re: Specs for df3- files  
From: Chris B
Date: 9 May 2008 15:02:49
Message: <48249fd9@news.povray.org>
Hi Again Marcus,

Just to check it out I typed in a simple DF3 file in Hex:

00 02 00 02 00 02
FF 00 00 00 00 00 00 FF

and rendered it using:

camera {location <0.5,0.5,-1> look_at 0.5}
light_source {   <-4,75 ,-10   >, rgb 1}

box {<0,0,0>, <1,1,1>
  pigment { rgbt 0.9 }
  interior {
    media {
      emission <1,1,1>
      density {
         density_file df3 "ngtest24.df3"
      }
    }
  }
  hollow
}

The first 'FF' appears bottom, near left. The second top, far right.

Regards,
Chris B.


Post a reply to this message

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