Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

eezstreet

Member Since 16 Nov 2009
Offline Last Active Feb 28 2013 06:05 PM
-----

Topics I've Started

gameswf and rendering to a texture

29 January 2013 - 08:44 PM

So I have a bit of a problem...

I'm reverse engineering a game (a Quake 3 derivitve, if that helps) to allow an SWF to be used in place of a texture and I need to use gameswf as a renderer which binds a texture, and then uses glTexSubImage2D to draw the rendered swf as a subimage. Unfortunately, I know only very little about OpenGL, and how gameswf interacts with it. I believe that gameswf doesn't store the bitmap data needed for glTexSubImage2D when rendering using the OpenGL renderer.

 

If anyone could help, that would be great!


PARTNERS