Source Code Project Mantis - FSSCP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0003170 | FSSCP | graphics | public | 2015-07-22 13:44 | 2016-03-23 19:12 |
Reporter | zookeeper | ||||
---|---|---|---|---|---|
Assigned To | zookeeper | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 3.7.3 | ||||
Target Version | 3.8 | Fixed in Version | 3.7.5 | ||
Summary | 0003170: $Thruster Glow Noise Mult broken | ||||
Description | It works in ship lab, but not in-mission; the multiplier doesn't get applied and the default amount of thruster noise is used. I tried checking and unchecking all sorts of launcher flags related to the new renderer, but none seemed to affect it. I tried fixing the following bit in ship.cpp ship_set_thruster_info(), but for some reason that didn't seem to affect it: -mst->glow_noise = shipp->thruster_glow_noise; +mst->glow_noise = shipp->thruster_glow_noise * sip->thruster_glow_noise_mult; I'm guessing that either of these lines in modelinterp.cpp would need to take the multiplier into account: Interp_thrust_glow_noise = mst->glow_noise; ...or... float w = gpt->radius * (scale + Interp_thrust_glow_noise * NOISE_SCALE); Assigned to Swifty because it seems very likely this is due to the new rendering code. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2015-07-22 13:44 | zookeeper | New Issue | |||
2015-07-22 13:44 | zookeeper | Status | new => assigned | ||
2015-07-22 13:44 | zookeeper | Assigned To | => Swifty | ||
2015-07-22 15:37 | MageKing17 | Note Added: 0016763 | |||
2016-03-23 19:12 | MageKing17 | Note Added: 0016821 | |||
2016-03-23 19:12 | MageKing17 | Assigned To | Swifty => zookeeper | ||
2016-03-23 19:12 | MageKing17 | Status | assigned => resolved | ||
2016-03-23 19:12 | MageKing17 | Resolution | open => fixed | ||
2016-03-23 19:12 | MageKing17 | Product Version | 3.7.5 => 3.7.3 | ||
2016-03-23 19:12 | MageKing17 | Fixed in Version | => 3.7.5 | ||
2016-03-23 19:12 | MageKing17 | Target Version | 3.7.5 => 3.8 |