Hi Geoffrey,<br><br>The brightness of the total image is basically normalized to the brightest pixel.  Occasionally, when you rotate the domain, a single pixel will be incredibly bright which will cause the rest of the image to be dim by comparison.  You can fix this in with the snapshot call by adding the keyword,  clip_ratio=some_float.  This limits the maximum brightness to no more than a fixed number of standard deviations from the mean.  I recommend you start with a clip ratio of 5 or 6 and play around with it.<br>
<br>Briton<br><br><div class="gmail_quote">On Mon, Feb 27, 2012 at 7:57 PM, Geoffrey So <span dir="ltr"><<a href="mailto:gsiisg@gmail.com">gsiisg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi volume rendering experts,<div><br></div><div>I was playing around with a density volume render of a tiny cube on my laptop, everything went smoothly, however, I notice a change in "overall" brightness between images when I did a rotation.  I'm not sure how to explain this, but it seems that from images of different angles, sometimes the average brightness is consistent, but sometimes it suddenly drops and the image would look about half as bright, and after a couple frames it would light back up.</div>

<div><br></div><div>I'm guessing this is after each image is ray casted, it gets normalized to a certain value, and that value changes depending on the angle?  Is there a way to pin the brightness between images so if I make a movie it won't dim and light up as I rotate?</div>

<div><br></div><div>Also I was wondering if I'm the only person to notice this? (the only other post I found about volume render brightness is about AMR cell contributions)</div><div><br></div><div>From</div><span class="HOEnZb"><font color="#888888"><div>
G.S.</div>
</font></span><br>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
<br></blockquote></div><br>