Jump to content

MediaWiki:Gadget-WebGL2.js: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 February 2026

31 January 2026

  • curprev 19:0519:05, 31 January 2026 Dane talk contribs 450 bytes −3 No edit summary
  • curprev 18:4418:44, 31 January 2026 Dane talk contribs 453 bytes +453 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); }); });"