Differences From Artifact [03979e8529]:
- File src/rendercubes.m — part of check-in [d7661be1b1] at 2025-03-23 19:40:00 on branch trunk — Clean up identifiers, use blocks for commands (user: js, size: 10621) [annotate] [blame] [check-ins using]
To 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]
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + | // rendercubes.cpp: sits in between worldrender.cpp and rendergl.cpp and fills // the vertex array for different cube surfaces. #include "cube.h" #import "Command.h" #import "Variable.h" static struct vertex *verts = NULL; int curvert; static int curmaxverts = 10000; void setarraypointers() |
︙ |