X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fmesh.h;h=8291aa712d805fa3cb4f28e2c91258cedd69b92c;hp=90cd1e76c2dc0cd66d727341e20d51d5ec93c9a0;hb=e0894a58b7dd8732526c4e2e196acb97cd62cd02;hpb=8137121400748ee8afb1608253aae15323c5e3a2 diff --git a/src/mesh.h b/src/mesh.h index 90cd1e7..8291aa7 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(); @@ -242,7 +243,7 @@ public: bool dump(const char *fname) const; bool dump(FILE *fp) const; bool dump_obj(const char *fname) const; - bool dump_obj(FILE *fp) const; + bool dump_obj(FILE *fp, int voffs = 0) const; }; #endif // MESH_H_