movie in to a texture
Blitz3D Forums/Blitz3D Beginners Area/movie in to a texture| 
 | ||
| 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 | 
| 
 | ||
| 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. | 
| 
 | ||
| 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. | 
| 
 | ||
| then copyrect to the texture. It's fast It isn't... :) | 
| 
 | ||
| fast is relative. |