View Issue Details

IDProjectCategoryView StatusLast Update
0001710FSSCPgraphicspublic2008-06-23 22:08
ReporterWanderer Assigned Tophreak  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.6.9 
Summary0001710: HTL radar orb causes null vectors
DescriptionUsing 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 InformationThe 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.
TagsNo tags attached.

Activities

phreak

2008-06-23 22:08

developer   ~0009415

fixed

Issue History

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