1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-09 07:58:06 +00:00

improvements to objmodels: better debugging, better performance on geometry change

This commit is contained in:
Zeno Rogue
2023-05-15 02:42:41 +02:00
parent c95395f574
commit 9932a034fc
2 changed files with 35 additions and 21 deletions

View File

@@ -294,6 +294,7 @@ namespace objmodels {
struct object {
hpcshape sh;
string mtlname;
basic_textureinfo tv;
color_t color;
};