Hi everyone,
I'm starting learning WebGL and my intention is to create a simple program that only draw a triangle, and don't need to use matrices for transformations, projections, and that don't have external dependencies.
So I created a simple javascript, based on the first example found on the OpenGL ES 2.0 programming guide, and the lesson 1 from
learningwebgl.com, but I'm unable to get my triangle being displayed on the screen.
I'm sending the code on the attachment, so you could see.
Thanks for your support in advance,