I'm working on my first High-Low bake project. I've hit kind of a wall in terms of how to finish the project. Below I posted my current progress with some workflow info, and questions.
Block Out = 13,542 tris
Hi Poly = 389,664 tris
Low Poly = 3668 tris
- Things I made sure to do during modeling: Recalc Normals, Remove Doubles, Assign Mats to Individual Elements.
Questions:
- Should I join the high poly elements into 1 object?
- Should I apply SubSurf on the High Poly?
- Should I move the high and low's into their own .blend files before exporting?
- What do I export to the obj?
- Does the High Poly need to UV unwrapped, or only the low?
- What should I render out of the low poly for a texturing workflow - Diff/AO?
- Is the Low Poly low enough?
I feel like I'm damn close to my first properly finished High Low Model. Can't wait to get into ddo2!
Replies
Not a blender user, but i can answer some:
You normally want to separate some parts that are their own pieces in the low poly, like nobs, handles, and hinges. Everything else can be combined. You can also just combine everything but move away those pieces, bake the model, and then move them back.
- Should I apply SubSurf on the High Poly?
Yes, subdivide the highpoly before baking.
- Should I move the high and low's into their own .blend files before exporting?
Depends on how you handling file management and baking
- What do I export to the obj?
Not sure what you are asking.
- Does the High Poly need to UV unwrapped, or only the low?
Only the low
- What should I render out of the low poly for a texturing workflow - Diff/AO?
Depends on your workflow, but typically AO, material ID, cavity, sometimes people use gradients, basic lighting, depth, edge detection, etc.
- Is the Low Poly low enough?
Could be lower, but it's not horribly optimized.
Your highpoly could be modeled to bake better, you have a lot of tight edges that wont bake well.
See these images
http://wiki.polycount.com/NormalMap?action=AttachFile&do=get&target=normal_edge_thickness.jpg
http://wiki.polycount.com/NormalMap?action=AttachFile&do=get&target=normal_slopes_hatred.jpg
As far as I know there is no reason to do that, you can just export them individually to their own .fbx (or whatever you want to use) with the "selected only" checkbox in the exporter.
If you want to bake in Blender itself you need to have both in the same .blend.
Xoliul - I noticed the hinges after I uploaded my screens. I got hasty :P
ZacD - Thanks for the links, deeper bevels and rounder corners for baking - got it!
Xazas - I found that setting. Blender needs a normal layer editor. The sequence of dots on the bottom to control your layers sucks.
Again, thanks guys. I'll post when/if I can get a good bake.