Bug 5031 - Animated IQMs cause segfault
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: PC Linux
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2011-06-08 18:59 EDT by Zack Middleton
Modified: 2011-06-11 11:18:54 EDT
1 user (show)

See Also:


Attachments
Only interpolate num_joints, not 12 * num_joints. (554 bytes, patch)
2011-06-08 18:59 EDT, Zack Middleton

Description Zack Middleton 2011-06-08 18:59:55 EDT
Created attachment 2762 [details]
Only interpolate num_joints, not 12 * num_joints.

When IQM interpolate joints in ComputeJointMats it segfaults. This is due to trying to interpolate 12 times as many joints actually exist.
Comment 1 Thilo Schulz 2011-06-11 11:18:22 EDT
thanks alot! applied to r2014
Comment 2 Thilo Schulz 2011-06-11 11:18:54 EDT
thanks alot! applied to r2014