POV-Ray export questions


RE: POV-Ray export questions
#17
(2016-10-10, 20:32)Roland Melkert Wrote:
(2016-10-10, 19:32)Niklas Buchmann Wrote: There is something seriously wrong with your radiosity definitions, though I'm not quite sure yet what exactly.

What you should do is use the built-in radiosity defintions (rad_def.inc) and work from there, this got rid of all the problems for me:

Thanks this looks much better indeed.

I noticed the 'srgb' for color 0 change, should I use that for all colors ?

One more thing about color definitions:

You defined the textures in the model using texture{} directly inside each object{} statement. Instead, it should have a material{} statement at that level, like this:

Code:
object{
 ...
 material{
   texture{}
   other material definitions
 }
}

Other material definitions include the interior{} statement for transparent objects, using a good interior makes all the difference in making transparent objects look good.
----------
my flickr
Reply
« Next Oldest | Next Newest »



Messages In This Thread
POV-Ray export questions - by Roland Melkert - 2016-08-13, 18:02
RE: POV-Ray export questions - by Damien Roux - 2016-08-13, 21:08
RE: POV-Ray export questions - by Niklas Buchmann - 2016-10-11, 19:55

Forum Jump:


Users browsing this thread: 4 Guest(s)