Differences From Artifact [4e2c5682e1]:
- File src/rendercubes.m — part of check-in [0ee94739ce] at 2025-03-25 23:38:08 on branch trunk — Clean up Variable (user: js, size: 10642) [annotate] [blame] [check-ins using]
To Artifact [d20e5d1984]:
- File
src/rendercubes.m
— part of check-in
[75e920ae30]
at
2025-03-29 14:25:43
on branch trunk
— Switch from clang-format to manual formatting
clang-format does too many weird things. (user: js, size: 10643) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
60 61 62 63 64 65 66 | const float TEXTURESCALE = 32.0f; bool floorstrip = false, deltastrip = false; int oh, oy, ox, ogltex; // the o* vars are used by the stripification int ol3r, ol3g, ol3b, ol4r, ol4g, ol4b; int firstindex; bool showm = false; | | | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | const float TEXTURESCALE = 32.0f; bool floorstrip = false, deltastrip = false; int oh, oy, ox, ogltex; // the o* vars are used by the stripification int ol3r, ol3g, ol3b, ol4r, ol4g, ol4b; int firstindex; bool showm = false; COMMAND(showmip, ARG_NONE, ^ { showm = !showm; }) void mipstats(int a, int b, int c) { if (showm) |
︙ | ︙ |