View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001710 | FSSCP | graphics | public | 2008-06-23 18:29 | 2008-06-23 22:08 |
| Reporter | Wanderer | Assigned To | phreak | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.6.9 | ||||
| Summary | 0001710: HTL radar orb causes null vectors | ||||
| Description | Using HTL radar orb causes endless list of nullvec warnings. Trace revealed their source to be the void radar_orb_draw_outlines_htl(), more accurately the g3_start_instance_matrix(&vmd_zero_vector, &view_perturb, true); on line 914 in radarorb.cpp | ||||
| Additional Information | The error is caused by the view_perturb matrix and the htl selection (the 'true') as the matrix is of type: 1 0 0 0 1 0 0 0 -1 it generates null vec call in void vm_matrix_to_rot_axis_and_angle() (vecmap.cpp line 1962) as rot_axis ends up being null vec. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2008-06-23 18:29 | Wanderer | New Issue | |
| 2008-06-23 18:29 | Wanderer | Status | new => assigned |
| 2008-06-23 18:29 | Wanderer | Assigned To | => phreak |
| 2008-06-23 22:08 | phreak | Status | assigned => resolved |
| 2008-06-23 22:08 | phreak | Resolution | open => fixed |
| 2008-06-23 22:08 | phreak | Note Added: 0009415 |