|
|
Reporter | Wanderer | Assigned To | phreak | |
---|
Priority | normal | Severity | major | Reproducibility | always |
---|
Status | resolved | Resolution | fixed | |
---|
Platform | Windows | OS | XP | OS Version | SP 2 |
---|
|
|
Summary | 0001765: Nebula effect is flashing with high frequency |
---|
Description | Nebula effect keeps flashing with high frequency during nebula missions. Problem seems to be related to WMC's camera changes. Basically the nebula gets regenerated every frame causing severe flashing on the screen (almost epilepsy level stuff should colors be set really badly). |
---|
Steps To Reproduce | Get any of the new builds after WMC's camera changes.
Try playing for example 'The of the wilderness' mission. |
---|
Additional Information | Problem seems to be in the control structure in freespace.cpp at camid game_render_frame_setup() function (around line 5287). In particular ... || (last_FOV != Sexp_fov) || ... section of it. At least in my case last_FOV was 0.75f and sexp_fov 0.0f so the game continuously reseted the 'Neb2_regen' to 1 making it regenerate the nebula every frame. |
---|
Tags | No tags attached. |
---|
|
|