<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Add renderer-&gt;ResetCameraClippingRange() after setting up the</div>
camera.  The interactor calls this automatically for certain kinds of<br>
interactions, but when you call Render() manually, you have to call<br>
ResetCameraClippingRange() yourself when the object moves out<br>
of the clipping range.  It is called automatically for the first render,<br>
but not for subsequent renders.<br>
<font color="#888888"><br>
 - David<br>
</font></blockquote></div><div><br></div>Ah, that did the trick. Thanks.<br><br>David<br>