X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fmesh.h;h=2e437817591191833e8684f85afa0cd3aa2cd6f9;hp=90cd1e76c2dc0cd66d727341e20d51d5ec93c9a0;hb=ca5d732eb2b76da1e01428193effeb205ae951e9;hpb=2d2c46ef8cf99be431553993fe9d4a8e12281c7d diff --git a/src/mesh.h b/src/mesh.h index 90cd1e7..2e43781 100644 --- a/src/mesh.h +++ b/src/mesh.h @@ -221,6 +221,7 @@ public: * @{ */ float get_bsphere(Vec3 *center, float *rad) const; const Sphere &get_bsphere() const; + /// @} static void set_intersect_mode(unsigned int mode); static unsigned int get_intersect_mode();