movie in to a texture

Blitz3D Forums/Blitz3D Beginners Area/movie in to a texture

Mr. Slat(Posted 2006) [#1]
I don't know if it's possible to draw movies in to a texture. an error ocures indicating Memory access violation. I don't know if I'm doing anything wrong or if it's blitz3d that doesn't support drawing movies to a texture.

best Wishes


b32(Posted 2006) [#2]
It seems that you can draw a movie to a texture, so it is probably something else. When the texture is smaller than the movie, I saw nothing, so maybe it is that.



jfk EO-11110(Posted 2006) [#3]
I guess this won't work properly on all machines. I'd strongly suggest to draw the movie to the backbuffer, then copyrect to the texture. It's fast and reliable.


Mustang(Posted 2006) [#4]

then copyrect to the texture. It's fast



It isn't... :)


jfk EO-11110(Posted 2006) [#5]
fast is relative.