Feature #1545
Limit removal for MD2Tool
Status:
Rejected
Priority:
Low
Assignee:
-
Category:
Redesign
Target version:
-
Start date:
2011-08-19
% Done:
0%
Description
#define MAX_TRIANGLES 4096
#define MAX_VERTS 2048
#define MAX_FRAMES 512
#define MAX_MD2SKINS 32
#define MAX_SKINNAME 64
MD2Tool has the above limits for models. It would be wonderful if these limits were to be extended or altogether removed to allow processing of newer high poly models.
History
#1 Updated by skyjake about 11 years ago
- Tags set to Tools
- Subject changed from Limit Removal for MD2Tool to Limit removal for MD2Tool
- Category set to Redesign
Doing this would entail slightly rewriting md2tool with dynamic arrays etc.
Hopefully, going forward, MD2s will be of less importance (#1246).
#2 Updated by skyjake about 11 years ago
- Priority changed from Normal to Low
#3 Updated by skyjake over 8 years ago
- Status changed from New to Rejected
Obsoleted by newer model file formats.