X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FGraphic%2FModels.hpp;h=cb5bcdafdf4c3b953991dedc8951c2e4b23f3193;hp=54b28858ae3a7d2f2a3bcf31e347bfe7b56f11ba;hb=afdb97f1c3e430801a1fd0c1b04a8a2102e8f1ac;hpb=e468592233fbcc6ab8d7892cc0d7afa05dbbee39 diff --git a/Source/Graphic/Models.hpp b/Source/Graphic/Models.hpp index 54b2885..cb5bcda 100644 --- a/Source/Graphic/Models.hpp +++ b/Source/Graphic/Models.hpp @@ -98,6 +98,7 @@ public: void DeleteDecal(int which); void MakeDecal(decal_type atype, XYZ *where, float *size, float *opacity, float *rotation); void MakeDecal(decal_type atype, XYZ where, float size, float opacity, float rotation); + const XYZ& getTriangleVertex(unsigned triangleId, unsigned vertexId) const; void drawdecals(Texture shadowtexture, Texture bloodtexture, Texture bloodtexture2, Texture breaktexture); int SphereCheck(XYZ *p1, float radius, XYZ *p, XYZ *move, float *rotate); int SphereCheckPossible(XYZ *p1, float radius, XYZ *move, float *rotate);