1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-28 08:22:17 +00:00

printable rug

This commit is contained in:
Zeno Rogue
2020-04-15 17:07:39 +02:00
parent de5c64d080
commit db916f8c95
3 changed files with 71 additions and 2 deletions
+1 -1
View File
@@ -1076,7 +1076,7 @@ EX void drawRugScene() {
rug.V = rugView;
rug.offset_texture = 0;
rug.tinf = &tinf;
rug.flags = POLY_TRIANGLES;
rug.flags = POLY_TRIANGLES | POLY_FAT | POLY_PRINTABLE;
dynamicval<eModel> p(pmodel, rug_projection);