Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: EdrickV on November 07, 2002, 10:47:42 pm
-
Has anyone experimented with raising MAX_POLYGON_VECS in modelsinc.h? It seems to be a limit on the number of vertexes a model, or maybe an object, can have and a model I'm working on right now is hitting that limit according to the debug POFView. It looks like that limit may have originally been much higher, so it may be possible to raise it a bit without breaking anything.
-
After more experimentation, I'm sure the answer to this is no. That's a per-object limit so splitting the ship up into subobjects (very easy in this case) gets around that limit. :)