[patch] .irrmesh 32-bit indices

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
pc0de
Posts: 300
Joined: Wed Dec 05, 2007 4:41 pm

[patch] .irrmesh 32-bit indices

Post by pc0de »

Patch: 2673588 - .irrmesh 32-bit indicies

This patch adds 32-bit index capabilities to the .irrmesh loader (CIrrMeshFileLoader) and writer (CIrrMeshWriter). 32 bit indexes are only used if the index count is greater than 65535. For index counts less than or equal to 65535, 16 bit indexes are used.

Quick question - is it necessary to post patch "announcements" here in the forums? Or is adding it to the tracker good enough?
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

Adding it here means that everyone gets to see it and discuss it, so it's a good idea. Also it gets our attention, so yeah I recommend it

Thanks for the patch :)
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

Yeah I would have missed this otherwise :P Thanks for posting!
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
pc0de
Posts: 300
Joined: Wed Dec 05, 2007 4:41 pm

Post by pc0de »

"discussion & notification" - good ideas. Thanks.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Uhm, ok. Patch commited :)
pc0de
Posts: 300
Joined: Wed Dec 05, 2007 4:41 pm

Post by pc0de »

Alright hybrid, I'll stop restating the obvious... It's just that I'm so good at it. :)
Post Reply