May 16, 2012
Rajawali Tutorial 23: Custom Vertex Shader
Posted by Dennis in 3D, Android, Rajawali • 5 commentsThis tutorial has moved to the Rajawali Wiki.
This tutorial has moved to the Rajawali Wiki.
This tutorial has moved to the Rajawali Wiki
Now here’s something that’s been done a thousand times before in a thousand different ways! Sometimes it’s good to re-invent the wheel so you can learn something new My purpose for this demo was to experiment with vertex and fragment shaders. They’re very powerful tools that allow you to create the most amazing effects. Click [...]
I’ve put together this very basic WebGL tutorial that takes you through the process of initialising WebGL, creating shaders, creating a triangle and then showing it on the screen as a one-off render. I haven’t used external JavaScript libraries like sylvester because I wanted this tutorial to be self-contained. Because I don’t apply translations or [...]