Commit 381f9fd
authored
Mod Specific Visual Culling Size for Lasers (scp-fs2open#6729)
* Mod Specific Visual Culling Size for Lasers
Currently, lasers will not render if the length or both head and tail radii are < `0.0001`. This is very small, and in many mods the smallest visual size is `0.01`, so this PR exposes that culling size value to allow mods to optimize and tune visual culling of lasers, which can be quite useful especially in laser heavy missions.
* update names
* actually push all files1 parent 61b3d82 commit 381f9fd
3 files changed
Lines changed: 22 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| |||
930 | 932 | | |
931 | 933 | | |
932 | 934 | | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
933 | 943 | | |
934 | 944 | | |
935 | 945 | | |
| |||
1692 | 1702 | | |
1693 | 1703 | | |
1694 | 1704 | | |
| 1705 | + | |
| 1706 | + | |
1695 | 1707 | | |
1696 | 1708 | | |
1697 | 1709 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9215 | 9215 | | |
9216 | 9216 | | |
9217 | 9217 | | |
9218 | | - | |
| 9218 | + | |
9219 | 9219 | | |
| 9220 | + | |
9220 | 9221 | | |
9221 | | - | |
| 9222 | + | |
9222 | 9223 | | |
| 9224 | + | |
9223 | 9225 | | |
9224 | | - | |
9225 | | - | |
| 9226 | + | |
| 9227 | + | |
9226 | 9228 | | |
9227 | | - | |
9228 | | - | |
| 9229 | + | |
| 9230 | + | |
9229 | 9231 | | |
9230 | 9232 | | |
9231 | 9233 | | |
| |||
0 commit comments