Texture Baking for D3.
- []V[]essenjah
- DBB Defender
- Posts: 3512
- Joined: Mon Dec 20, 1999 3:01 am
Texture Baking for D3.
From what I understand, it is commonplace these days to make a high-resolution mesh, lay out the UV coordinates and paint onto the High Resolution UV textures as apposed to the low resolution textures. What exactly is the advantage of doing this?
D3 only allows for 128X128 textures, and I prefer to just split up the model, lay out the UV's for each peice carefully and paint a bunch of 128X128 textures. I find that if I paint them on the mesh I have created directly, instead of making a high resolution mesh, painting on a high resolution texture, and scaling it down, if instead, you create a low poly mesh split it up as I mentioned above, and paint onto each 128X128 texture carefully, you get a bit more detail out of it. But that might just be me too.
Any thoughts?
D3 only allows for 128X128 textures, and I prefer to just split up the model, lay out the UV's for each peice carefully and paint a bunch of 128X128 textures. I find that if I paint them on the mesh I have created directly, instead of making a high resolution mesh, painting on a high resolution texture, and scaling it down, if instead, you create a low poly mesh split it up as I mentioned above, and paint onto each 128X128 texture carefully, you get a bit more detail out of it. But that might just be me too.
Any thoughts?
- []V[]essenjah
- DBB Defender
- Posts: 3512
- Joined: Mon Dec 20, 1999 3:01 am
I think what he's saying is that you might be limited by the number of textures you can have. I don't recall completely, but I think Descent 3 has a hard limit on the total number of textures per level. Obviously, if you require several 128x128 textures for one character, you are increasing the texture count.
- []V[]essenjah
- DBB Defender
- Posts: 3512
- Joined: Mon Dec 20, 1999 3:01 am
- SuperSheep
- DBB Benefactor
- Posts: 935
- Joined: Sun Jun 03, 2001 2:01 am
- Location: Illinois
- []V[]essenjah
- DBB Defender
- Posts: 3512
- Joined: Mon Dec 20, 1999 3:01 am
Oh, you just mean renaming the textures to match the original textures? That's a precaution I've been taking anyway, just to make it work better in-game in the first place. This mod is intended mostly as a visual replacer. But I plan to balance some of the ship and weapons in the final build using a HOG file. But for the demo release, I'll probably go this route.