We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Add MTL material support docs and live example links Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add 3D Mesh Rendering section to Rendering API wiki Documents the new drawMesh API, Mesh class, OBJ loader, 3D transforms, perspective projection, backface culling, and renderer differences. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Enhance Rendering API wiki: live examples, code samples, custom drawing guide
Add arcTo, Path2D section to Rendering API reference
Updated Rendering API (markdown)
Add bezierCurveTo/quadraticCurveTo to Rendering API reference
Fix WebGL-Only section: methods exist on both renderers
Use video.AUTO/CANVAS/WEBGL constants in Choosing a Renderer section
Add setLineDash/getLineDash to Rendering API reference
Add gradient methods to Rendering API reference
Add Rendering API reference page with Canvas 2D comparison