Gets the height of this lightmap_info handle
| 183 | |
| 184 | // Gets the height of this lightmap_info handle |
| 185 | int lmi_h(int handle) { |
| 186 | if (!LightmapInfo[handle].used) { |
| 187 | Int3(); // Get Jason |
| 188 | return 0; |
| 189 | } |
| 190 | |
| 191 | return (LightmapInfo[handle].height); |
| 192 | } |
| 193 | |
| 194 | // TODO: MTS: unused? |
| 195 | // Softens the edges of lightmaps so there are fewer artifaces |
no outgoing calls
no test coverage detected