trueaxis.com Forum Index trueaxis.com
True Axis Physics SDK Forum
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The AddPolygon message

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    trueaxis.com Forum Index -> General Discussion
View previous topic :: View next topic  
Author Message
coollofty



Joined: 16 Apr 2005
Posts: 21

PostPosted: Wed Jun 22, 2005 1:46 pm    Post subject: The AddPolygon message Reply with quote

WARNING MSG: "CollisionObjectAABBMesh::AddPolygon. Zero area polygon found. Ignoring." CONDITION FAILED: 0

Above is the message which copy from the output window of VisualStudio. Some problem I can not understand. What's the Zero area mean? And what's the 0 of Condition?
Back to top
View user's profile Send private message
luke
Site Admin


Joined: 15 Oct 2004
Posts: 621

PostPosted: Wed Jun 22, 2005 1:58 pm    Post subject: Reply with quote

This happens if a polygon is either very small or very skinny.
If the surface area of a polygon is too small, it will be ignored by CollisionObjectAABBMesh.
The rest of the mesh should work fine, only these polygons will be ignored.

CONDITION FAILED: 0 isn't important.
It just means that the following was called.
TA_ASSERT_MSG(0, "CollisionObjectAABBMesh::AddPolygon. Zero area polygon found. Ignoring.")
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    trueaxis.com Forum Index -> General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group