UNPKG
@jscad/regl-renderer
Version:
alpha (3.0.5-alpha.0)
latest (2.6.15)
3.0.5-alpha.0
3.0.4-alpha.0
3.0.3-alpha.0
3.0.2-alpha.0
3.0.1-alpha.0
3.0.0-alpha.0
2.6.15
2.6.14
2.6.13
2.6.12
2.6.11
2.6.10
2.6.9
2.6.8
2.6.7
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.9
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-alpha.13
2.0.0-alpha.12
2.0.0-alpha.11
2.0.0-alpha.10
2.0.0-alpha.9
2.0.0-alpha.8
2.0.0-alpha.7
2.0.0-alpha.6
Renderer for JSCAD Geometries
openjscad.xyz
jscad/OpenJSCAD.org
@jscad/regl-renderer
/
types
/
rendering
/
renderContext.d.ts
8 lines
(7 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
= renderWrapper;
/** function that injects most of the uniforms into the regl context: * ie keeps track of all regl global state. *
@param
{
}
regl
*
@param
{
} params={} */
declare
function
renderWrapper
(
regl
:
any
,
params
?:
any
):
any
;