DOMMatrix
The `DOMMatrix` interface represents 4x4 matrices, suitable for 2D and 3D operations. Supersedes the `WebKitCSSMatrix` and `SVGMatrix` interfaces.
CSS3 2D Transforms
Method of transforming an element including rotating, scaling, etc. Includes support for `transform` as well as `transform-origin` properties.
CSS3 3D Transforms
Method of transforming an element in the third dimension using the `transform` property. Includes support for the `perspective` property to set the perspective in z-space and the `backface-visibility` property to toggle display of the reverse side of a 3D-transformed element.
WebGL - 3D Canvas graphics
Method of generating dynamic 3D graphics using JavaScript, accelerated through hardware
WebGPU
An API for complex rendering and compute, using hardware acceleration. Use cases include demanding 3D games and acceleration of scientific calculations. Meant to supersede WebGL.
dommatrixreadonly api: `scale3d()`
dommatrix api: `scale3dself()`
gpusupportedlimits api: maxtexturedimension3d
webgl2renderingcontext api: compressedteximage3d
webgl2renderingcontext api: compressedteximage3d: `pixels` parameter accepts `sharedarraybuffer` type
webgl2renderingcontext api: compressedtexsubimage3d
webgl2renderingcontext api: copytexsubimage3d
webgl2renderingcontext api: teximage3d
webgl2renderingcontext api: teximage3d: `srcdata` parameter accepts `sharedarraybuffer` type
webgl2renderingcontext api: texstorage3d
webgl2renderingcontext api: texsubimage3d
webgl2renderingcontext api: texsubimage3d: `srcdata` parameter accepts `sharedarraybuffer` type
css at-rule: `@media`: `-webkit-transform-3d` media feature
types: `<transform-function>`: `matrix3d()`
types: `<transform-function>`: `rotate3d()`
types: `<transform-function>`: `scale3d()`
types: `<transform-function>`: `translate3d()`
x3dom
23 results found.