Skip to content

Commit 8b3d2e0

Browse files
authored
[bullet] Bind CollisionShape_getLocalBoundingSphere (#484)
1 parent 7abc48b commit 8b3d2e0

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

Diff for: emscripten/bullet/bullet.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ declare namespace Bullet {
2626
ControllerHitReport: any;
2727
MotionState: any;
2828

29+
getVersion(): ptr;
30+
2931
_malloc(bytes: number): ptr;
3032
_free(p: ptr): void;
3133
_read_f32(p: ptr): void;

Diff for: emscripten/bullet/bullet.release.asm.js

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: emscripten/bullet/bullet.release.wasm.wasm

100644100755
307 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)