« Return to Thread: Bug or refactoring artifact?

Re: Bug or refactoring artifact?

by Timothy M. Shead :: Rate this Message:

Reply to Author | View in Thread

Daniel Scott Matthews wrote:
> I am seeing this on the console when importing with both the OBJ and
> the 3DS mesh readers.
>
> ERROR: /home/daniel/projects/k3d/k3dsdk/normal3.h line 207: assertion
> `length' failed

This message indicates that we're trying to normalize a zero-length
normal vector, which would cause a divide-by-zero error if we didn't
catch it.  Could you send a small sample OBJ that causes this message?

Cheers,
Tim

[tshead.vcf]

begin:vcard
fn:Timothy Shead
n:Shead;Timothy
org:www.k-3d.org
email;internet:tshead@...
title:Founder
x-mozilla-html:FALSE
url:www.k-3d.org
version:2.1
end:vcard



------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
K3d-development mailing list
K3d-development@...
https://lists.sourceforge.net/lists/listinfo/k3d-development

 « Return to Thread: Bug or refactoring artifact?