Differences From Artifact [10e74a7f04]:
- File src/rendermd2.mm — part of check-in [ef1d7e47f7] at 2025-03-20 20:38:43 on branch trunk — Remove all default arguments from protos.h (user: js, size: 3102) [annotate] [blame] [check-ins using]
To Artifact [315b2acb14]:
- File src/rendermd2.m — part of check-in [12cac9666a] at 2025-03-20 22:22:40 on branch trunk — Convert remaining files to pure Objective-C (user: js, size: 3109) [annotate] [blame] [check-ins using]
︙ | |||
104 105 106 107 108 109 110 | 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | - + | tex ? lookuptexture(tex, &xs, &ys) : FIRSTMDL + m.mdlnum); int ix = (int)position.x; int iy = (int)position.z; OFVector3D light = OFMakeVector3D(1, 1, 1); if (!OUTBORD(ix, iy)) { |
︙ |