UNPKG
rabbit-ear
Version:
latest (0.9.4)
0.9.32
0.9.31
0.9.11
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.1.91
0.1.9
0.1.0
origami design library
rabbitear.org
rabbit-ear/rabbit-ear
rabbit-ear
/
types
/
webgl
/
creasePattern
/
uniforms.d.ts
9 lines
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
function
makeUniforms
(
{ projectionMatrix, modelViewMatrix, cpColor, strokeWidth, }: { projectionMatrix:
any
; modelViewMatrix:
any
; cpColor:
any
; strokeWidth:
any
; }
): { [
key
:
string
]:
WebGLUniform
; };
//# sourceMappingURL=uniforms.d.ts.map