zidalife

Entries in the ‘Cazzate’ Category:

Si, come no…

[inline] varying vec2 vTextureCoord; uniform sampler2D uSampler; void main(void) { gl_FragColor = texture2D(uSampler, vec2(vTextureCoord.s, vTextureCoord.t)); } attribute vec3 aVertexPosition; attribute vec2 aTextureCoord; uniform mat4 uMVMatrix; uniform mat4 uPMatrix; varying vec2 vTextureCoord; void main(void) { gl_Position = uPMatrix * uMVMatrix * vec4(aVertexPosition, 1.0); vTextureCoord = aTextureCoord; } var gl; function initGL(canvas) { try { gl = [...]

Tags: , , , , , , , ,

View Comments

iPacc

Lo zio iJobs ha tirato fuori dal cilindro l’ultimo suo ritrovato tecnologico, che di ritrovato non ha niente e tutto sommato manco di tecnologico. Non è un tablet, non è un netbook, non è uno smartphone, non ha USB e webcam, non è multitasking, non sta in tasca ed è più blindato della papamobile… che [...]

View Comments