Hi,
EDIT: Scratch what I had before.
I've a scene being rendered from one angle to a rendertarget, and from another to the actual window.However, when I draw to the rendertarget it renders both to the window *and* the rendertarget. All my code uses:
graphicsdevice.setrendertarget(0, [relevantrendertarget])
to change things ...