WebGL GLSL ” : syntax error
2 minute read.
Solutions to an obscure syntax error
2 minute read.
Solutions to an obscure syntax error
~ 1 Minute Read.
One of the most requested changes for WebVR Pong was transparent paddles. While I argued for a while that having to guess where the ball is adds to the game’s difficulty, I quickly …
You can’t imagine how glsl shader programming makes me happy.
I guess the think I like about it is, that you change something and *bling* changes appear on screen! I’m a really visual guy, I have an artist …
Simple GLSL shader I coded for GL ES via a GLSL Tutorial (>link).
Another very similar one I found by experimenting a little:
This post was imported from tumblr
I started teaching myself shader programming with GLSL, since I’ll be needing it for making decent GLES games for both Android and WebOS.
I tried RenderMonkey and Shader Designer for Devel …
One of my last posts was about back face culling. This was because of my performance problem while trying to render 130 000 blocks smoothly. I also said I was going to optimize the world data a lit …