Bug 5032 - IQM does not setup tag axis/origin correctly
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: All All
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2011-06-08 19:50 EDT by Zack Middleton
Modified: 2011-06-11 11:18:39 EDT
1 user (show)

See Also:


Attachments
Set tag's origin[2] and clear missing tag's axis and origin. (773 bytes, patch)
2011-06-08 19:50 EDT, Zack Middleton
Previous patch, plus fixed R_IQMLerpTag's return value. (789 bytes, patch)
2011-06-08 21:42 EDT, Zack Middleton

Description Zack Middleton 2011-06-08 19:50:04 EDT
Created attachment 2763 [details]
Set tag's origin[2] and clear missing tag's axis and origin.

IQM does not set tag origin[2], sets origin[0] twice. IQM does not clear axis and origin for missing tags (this results in weird rendering of models attached to tags as it uses random data).
Comment 1 Zack Middleton 2011-06-08 21:42:39 EDT
Created attachment 2765 [details]
Previous patch, plus fixed R_IQMLerpTag's return value.

Fixed R_IQMLerpTag to return qtrue when tag is found.
Comment 2 Thilo Schulz 2011-06-11 11:18:39 EDT
thanks alot! applied to r2014