Re: [Plib-users] Bug report
Brought to you by:
sjbaker
From: <dva...@cs...> - 2001-04-02 08:00:26
|
On Sun, 1 Apr 2001, Steve Baker wrote: > Per Liedman wrote: > > > Interesting and annoying. Should we just refuse to load too large models? > > More than 65535 vertices in a single ssgLeaf is "A Bad Thing" anyway because > It crashes at the 10922:th (int / 6) vertex, which still qualifies to the "Bad Thing" category but is quite common for 3ds meshes. I've got a big neanderthal human skin which contains just above this number of vertices. Well, it's more the incompatibility of the int return type of the possible number of vertices and the actual short counter limit that I feel is the bug. /Fredde Magic is Life - Technology is Death |