Can a cameras view be bigger than the screen?

Blitz3D Forums/Blitz3D Programming/Can a cameras view be bigger than the screen?

D4NM4N(Posted 2005) [#1]
I need to create a large image from a camera 2048,2048
how can i get the camera to write to an image buffer and not the backbuffer.
Ive tried copyrect, but it only copies the size of the backbuffer (screen res)


asdfasdf(Posted 2005) [#2]
Does this work?
SetBuffer(ImageBuffer(img))
Then the camera will render to the image buffer.


big10p(Posted 2005) [#3]
You can only render to the BackBuffer in Blitz3D, and you can't make the backbuffer bigger than the screen. Render to texture has been a long-requested feature.


Bouncer(Posted 2005) [#4]
This dll might help...

http://www.blitzbasic.com/Community/posts.php?topic=41012


D4NM4N(Posted 2005) [#5]
ok thanks


VP(Posted 2005) [#6]
Adren Software: The links in your signature are quite horribly broken ^o^