POV-Ray : Newsgroups : povray.newusers : Spark/Electricity : Re: Spark/Electricity Server Time
7 Jul 2024 07:23:50 EDT (-0400)
  Re: Spark/Electricity  
From: Alain
Date: 10 Apr 2010 12:38:00
Message: <4bc0a968$1@news.povray.org>


> To prevent the max_trace_level isue, bind the whole thing in a merge.
> This will remove the internal surfaces. In this case, it will also
> render faster, as you are ignoring many superfluous surfaces.
>

This looks like: merge{   Electric( 0.010, 2, 0.2, 6, 10, 0.5 )}

You can also remove the texture or pigment from the include and apply it 
to the merge:
merge{   Electric( 0.010, 2, 0.2, 6, 10, 0.5 )pigment{rgbt 1}}

This will save some memory and possibly render a little bit faster.


Alain


Post a reply to this message

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