diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-23 17:04:05 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-23 17:04:05 -0700 |
commit | f439828dc068974ddc161cc3469ac489a93bbabc (patch) | |
tree | 1d74af0b59744a17ba73716d91196922d3843859 /src/util.h | |
parent | 2c046ef3dca9e128a801c7a92c3a3a63e01fdd98 (diff) |
Working on the web assembly openglES issue
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,4 +29,6 @@ bool checkTriangleCollision3D(const Triangle3D triangleA, const Triangle3D trian void copyTriangle3D(Triangle3D a, const Triangle3D b); +void drawModelWireframe(Model model, Vector3 position, Quaternion rotation, Color color); + #endif |