cholden
07-28-2006, 06:38 AM
Couldn't reply to the main thread for some reason...
Couple questions about the specs on this one:
Where is the 1766 number coming from? It doesn’t divide down to anything. Go with 1792 (divisible by 256 and 64), then when the 256 landscape is added the total is 2048. This also puts it at the DS standard of "limit of 6144 vertices (in other words, 1536 quads or 2048 tris) applies after culling."
Also, 256x256 texture is a high pixel to polygon ratio for a 256 triangle character. A 128x128 max would be a better, though a 64x64 would look best. This also puts it closer to DS standards if that interests you at all.
Couple questions about the specs on this one:
Where is the 1766 number coming from? It doesn’t divide down to anything. Go with 1792 (divisible by 256 and 64), then when the 256 landscape is added the total is 2048. This also puts it at the DS standard of "limit of 6144 vertices (in other words, 1536 quads or 2048 tris) applies after culling."
Also, 256x256 texture is a high pixel to polygon ratio for a 256 triangle character. A 128x128 max would be a better, though a 64x64 would look best. This also puts it closer to DS standards if that interests you at all.