1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 09:27:40 +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

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);