• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Decrease Poly Count?

Status
Not open for further replies.
Level 22
Joined
Jul 25, 2009
Messages
3,087
Is there a program with the ability so shrink the poly count of MDX and/or MDL models? Because you can increase the count simply by increasing the smoothing factor, is there a similar way to reduce the smoothing? I just want to take a 500kb model, and drop it to 120kb or so, by mipping the texture and reducing the polies by about 300.
 
To effectively reduce the polygon count of a model you need to physically edit it and optimize its topology (its polys) in a 3d modeling program. If you want to cut down on the model's file size, I'd focus on the texture, as textures are usually larger in file size (and easier to change). I'd suggest playing around with the different levels of BLP compression until you fine something that's a good file size without sacrificing too much quality.
 
Milkshape has a "DirectX Mesh Tools" plugin that can reduce the polycount, so I assume your other programs of choice must have similar tools.

But if you let it run unchecked it can deform the mesh pretty badly (depending on how aggressively you reduce the count), so it's something to be used very carefully. On the other hand, it preserves UV-mapping (as much as it can be) so it's pretty handy in some tight spots.
 
Milkshape has a "DirectX Mesh Tools" plugin that can reduce the polycount, so I assume your other programs of choice must have similar tools.

But if you let it run unchecked it can deform the mesh pretty badly (depending on how aggressively you reduce the count), so it's something to be used very carefully. On the other hand, it preserves UV-mapping (as much as it can be) so it's pretty handy in some tight spots.

Awesome I'll try it out. Gotta dl MS.
 
Status
Not open for further replies.
Back
Top