]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_alias.h
implemented tag attachments on skeletal .zym models and centralized the code dealing...
[xonotic/darkplaces.git] / model_alias.h
index 338e2dd95dc6898565414f3d899e1e85cc7955bb..15c6d8a25b0c03ed1254ca403026baef537507c1 100644 (file)
@@ -271,6 +271,8 @@ aliasbone_t;
 
 struct frameblend_s;
 void Mod_Alias_GetMesh_Vertex3f(const struct model_s *model, const struct frameblend_s *frameblend, const struct aliasmesh_s *mesh, float *out3f);
+int Mod_Alias_GetTagMatrix(const struct model_s *model, int poseframe, int tagindex, matrix4x4_t *outmatrix);
+int Mod_Alias_GetTagIndexForName(const struct model_s *model, unsigned int skin, const char *tagname);
 
 #endif