texture2d
is it possible to map multiple textures onto a shape in openGL ES?
Im new to OpenGL ES and wanted to create a bunch of triangles that would represent a grid of squares that i could map map tiles to. Is it possible to map separate textures on the same shape in OpenGL[详细]
2023-02-01 17:42 分类:问答How does XNAs Content.Load<Texture2D> operate?
I\'m just curious if it actually loads the asset into memory every time it\'s called or if it looks it up, finds if it\'s loaded a开发者_如何学编程nd if it isn\'t loaded it loads it once and just keep[详细]
2023-01-26 01:05 分类:问答How to ask OpenGL for graphics device Capabilities (texture2DArray, supported anti-aliasing modes)
We are using OpenTK, C# and visual studio 2010. We need to ask the graphics device if it supports textu开发者_JS百科re2DArray\'s, and what anti-aliasing modes it may support. Any help will be apprecia[详细]
2023-01-20 02:20 分类:问答Assigning a Texture2D to an existing Texture2D
I am currently messing with C# XNA 4.0, but I am having some problems assigning a Texture2D to an existing Texture2D.[详细]
2023-01-19 20:13 分类:问答Making parts of Texture2D transparent in XNA
I\'m just starting game development and I thought a game like Tank wars or Worms would be nice. The hardest part I can think of so far is making the terrain destructible and I want to know how it\'s d[详细]
2023-01-18 21:35 分类:问答Background Texture Image in iPhone Drawn with Distortion in OpenGL ES
I\'m having a problem rendering a background texture in my iPhone app.The following images show the problem:[详细]
2023-01-15 13:32 分类:问答Mac OS X version of Texture2D.m, .h available?
Apple\'s Texture2D class is a very useful bit of kit for iOS developers. Q. Is there a Mac OS开发者_运维百科 X version of this class available?[详细]
2023-01-14 09:59 分类:问答Texture2D text color changed after updating from iOS 3.0 to 4.0
I\'m using an OpenGL Texture2D class and initWithString method to display strings to the user.When running with iOS 3.0 and XCode 3.1.3 all the text would appear black in the simulator and white on th[详细]
2023-01-05 21:55 分类:问答Problems with glDrawTex_OES
I\'m not sure I\'m using glDrawTex_OES correctly.In fact, I\'m sure I\'m not because I\'m getting a black rectangle on the screen rather than the intended texture.[详细]
2023-01-05 15:53 分类:问答Texture2D implementation on iPhone problem
Im trying draw text using Texture2D but all I get is a big white square. What wrong? glPus开发者_如何学ChMatrix();[详细]
2023-01-03 21:20 分类:问答