| bio | website | gotoandplay.freeblog.hu |
|---|---|---|
| location | Hungary | |
| age | 31 | |
| visits | member for | 3 years, 6 months |
| seen | 15 hours ago | |
| stats | profile views | 321 |
UI-, UX design, iOS development.
|
Jan 29 |
comment |
Could somebody please show me a really simple OpenGL ES multi-texturing example? My really similar question: stackoverflow.com/questions/2155694/… |
|
Jan 29 |
comment |
How to collapse five OpenGL textures into one? Flash pre-script here: gotoandplay.freeblog.hu/archives/2010/01/07/… (from the 5th paragraph) |
|
Jan 29 |
comment |
How to collapse five OpenGL textures into one? Hey thanks! I see a willing to answer my question in you. I have a shadow layer, a PNG with alpha loaded into a texture called layer[0]. The next layer - layer[1] - is a simple colored polygon PNG with alpha, simple alpha blend with the previous needed. The 3rd and the 4th are the lighting layers - layer[2] and layer[3], they can be both opaque grayscale PNGs with ADDed blending, or white PNGs with alpha merged with simple alpha blending. The last two layer's opacity must be variable. That's what I want to do (7 times in a timestep since i have 7 puzzle piece). |
|
Jan 29 |
comment |
Could somebody please show me a really simple OpenGL ES multi-texturing example? Simple alpha blend I want to do. Maybe Specular can be ADD-ed, but thats all. |
|
Jan 28 |
asked | Any undersandable description of glTexEnvi (OpenGL ES 1.x)? |
|
Jan 28 |
asked | Could somebody please show me a really simple OpenGL ES multi-texturing example? |
|
Jan 28 |
comment |
How to collapse five OpenGL textures into one? Yah, I forgot to metion there is no any offset between the subtextures, a simple sandwich I want to achieve. |
|
Jan 28 |
comment |
How to collapse five OpenGL textures into one? Do I need this? - opengl.org/wiki/Texture%5FCombiners |
|
Jan 28 |
comment |
How to collapse five OpenGL textures into one? Simple 5 PNG with alpha. The last 2 image could be applied with ADD/SCREEN "blendmode" (I dont know the openGL names), I need just the white component from them. Multi-texturing/Texture Environmets stuff sounds ok, I saw something like that, but with an example you could help me a lot (thanks for the answer). |
|
Jan 28 |
asked | How to collapse five OpenGL textures into one? |
|
Jan 28 |
comment |
How should I organize OpenGL ES 1.x 2D layer tree? My question was wrong. |
|
Jan 28 |
revised |
How should I organize OpenGL ES 1.x 2D layer tree? edited title |
|
Jan 28 |
comment |
How should I organize OpenGL ES 1.x 2D layer tree? Something glCopyTexSubImage2D? Or glCopyTexImage2D? I just want to merge 5 textures into one with variable subTexture properties, I suppose. |
|
Jan 28 |
asked | How should I organize OpenGL ES 1.x 2D layer tree? |
|
Jan 18 |
comment |
Heeelp! Debugger says “out of scope”! Thanks for help, I'm happy to see you answer. But cannot imagine what you want me to export. If I press the step over button in the debugger, I can see an “EXC_BAD_ACCESS” in the log, thats all. |
|
Jan 18 |
comment |
Heeelp! Debugger says “out of scope”! I just see the debugger with many memory adresses, variables, and some of the variables has the text: "out of scope". No further info I can read (maybe this is the main problem...). |
|
Jan 18 |
comment |
Heeelp! Debugger says “out of scope”! What you mean? There isn't any message in the Log window. |
|
Jan 18 |
asked | Heeelp! Debugger says “out of scope”! |
|
Jan 8 |
comment |
Drawing a CGLayer outside the method drawRect: faster? First I'm gonna try the puzzlePiece:CALayer subclassing way, and if it will be still lagging, then try that 200% thing you've mentioned (Then I had the chanche to blend shadows with multiply indetead of simple opacity, and that sound really great). I can't imagine when will I finish all of these... ...but result is promising. |
|
Jan 8 |
comment |
Drawing a CGLayer outside the method drawRect: faster? And in this way the game-logic, and the "full-screen-rendering" class can be totally independent implementations (connected via properties of course). |