2013/6/5 Rico Schüller
> On 05.06.2013 08:48, Christian Costa wrote:
>
>> bone = &This->bones[bone_num];
>> +/* Decrement refcounts of vertices previously influenced */
>> +for (i = 0; i < bone->num_influences; i++)
>> +if (bone->vertices[i] < This->num_vertices) /* Ignore o
On 05.06.2013 08:48, Christian Costa wrote:
bone = &This->bones[bone_num];
+/* Decrement refcounts of vertices previously influenced */
+for (i = 0; i < bone->num_influences; i++)
+if (bone->vertices[i] < This->num_vertices) /* Ignore out of range
value */
+This