Using WPF, I have an InkCanvas which has its background set to an image. I want to draw over this image with a brush that has the texture of another image. I know it\'s possible to use an ImageBrush a
I am working on an embedded OpenGL graphics application running on an Intel Atom z530 with the GMA500 graphics hardware. (It\'s my understanding that the GMA500 is a PowerVR under the hood, but I\'m n
I get this exception: XNA Framework Reach profile requires TextureAddressMode to be Clamp when using texture sizes that are not
I have adapted lesson six of insantydesign\'s android examples (http://insanitydesign.com/wp/projects/nehe-android-port开发者_StackOverflow中文版s/) to work for a 2d square and the texture is displayi
I\'m trying to draw a texture into an offscreen framebuffer, and its rende开发者_如何学Pythonrbuffer always ends up completely blank (black). The weird thing is, I know the context is set up, and I\'m
I successfully mapped an image on a square in OpenGL ES...but its rotated 90 degrees. Im pretty new at OpenGL ES, and was wondering if someone could point out why exactly its rotated. Thanks!
I\'ve invested now more than a day looking for a solution on how to render transparent textures with OpenGL on Android. Obviously others had more luck than I but after trying various solutions (e.g. T
I\'m trying to find out the maximum texture size for the original Motorola Droid. I believe the G1 has a maximum texture size of 512, but it would be nice if there was a more official way I cou开发者_
I ha开发者_如何学编程ve a single 640x480 texture that needs to fill the screen. So far, I can make it work with a square texture, but not a rectangular one.
How do you t开发者_JAVA技巧exture a cube with png image in OpenGL ES 2.0? And how do you use atlas for the texturing?For the good old cube demo, check this out.