Main public logs
Combined display of all available logs of Apogea Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:39, 1 February 2026 Dane talk contribs created page WebGL:Test (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);...")