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).
- 18:44, 31 January 2026 Dane talk contribs created page MediaWiki:Gadget-WebGL2.js (Created page with "$(function() { $('.webgl-mount').each(function() { var mount = $(this); var scene = mount.data('scene'); var canvas = document.createElement('canvas'); canvas.width = mount.data('width') || 800; canvas.height = mount.data('height') || 600; canvas.className = 'webgl-canvas'; mount.append(canvas); // Your WebGL initialization here console.log('WebGL canvas created for scene:', scene); }); });")