Related changes
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
1 February 2026
| N 15:39 | WebGL:Test diffhist +2,292 Dane talk contribs (Created page with "// Simple test scene - rotating triangle scene.init = function (gl, canvas) { var vsSource = ` attribute vec4 aPosition; attribute vec3 aColor; uniform float uTime; varying vec3 vColor; void main() { float c = cos(uTime); float s = sin(uTime); mat2 rot = mat2(c, -s, s, c); vec2 pos = rot * aPosition.xy; gl_Position = vec4(pos, 0.0, 1.0);...") | ||||