swordlegend / recastnavigation

Automatically exported from code.google.com/p/recastnavigation
zlib License
0 stars 0 forks source link

clipping during rasterization #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I discovered this by inspection, so I don't have a test case.

It looks like you're clamping the span to the heighfield bbox incorrectly in 
rasterizeTri. I've attached a diff for the way it looks like it should be.

Original issue reported on code.google.com by tomw1...@gmail.com on 3 Sep 2009 at 10:33

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the bug. It is fixed now in svn.

Original comment by memono...@gmail.com on 4 Sep 2009 at 6:48