From a214b4f8977a4b115710b5c9d152b392ac8e24f7 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sat, 23 Oct 2021 15:13:20 -0400 Subject: (mkosarek) Cube to better understand the bounds --- 3d/rigidbody/dist/output.js | 3 +++ 1 file changed, 3 insertions(+) (limited to '3d/rigidbody/dist/output.js') diff --git a/3d/rigidbody/dist/output.js b/3d/rigidbody/dist/output.js index e2fe7b4..28d7b0b 100644 --- a/3d/rigidbody/dist/output.js +++ b/3d/rigidbody/dist/output.js @@ -2474,6 +2474,8 @@ var ASM_CONSTS = { GLctx.currentElementArrayBufferBinding = ibo ? (ibo.name | 0) : 0; } + function _glBlendFunc(x0, x1) { GLctx['blendFunc'](x0, x1) } + function _glBufferData(target, size, data, usage) { if (GL.currentContext.version >= 2) { // WebGL 2 provides new garbage-free entry points to call to WebGL. Use those always when possible. @@ -2965,6 +2967,7 @@ var asmLibraryArg = { "glAttachShader": _glAttachShader, "glBindBuffer": _glBindBuffer, "glBindVertexArray": _glBindVertexArray, + "glBlendFunc": _glBlendFunc, "glBufferData": _glBufferData, "glClear": _glClear, "glClearColor": _glClearColor, -- cgit v1.2.1