I;m slowly working on a project that needs a reesonably detailed model of the inside of a little cottage. I’m stuck wrt choosing the right modelling approach for my fireplace.
Currently I have a bunch of cut 'n pasted extruded subsurfed cubes as ‘bricks’ in my fireplace. The reason for doing this is that I wasn;t able to get the right amount of ‘depth’ using textures and bumpmapping, it all looked a bit flat. Now I’m seeing 2 major problems. 1. my model is getting ‘big’ because the stones are ‘real’. 2 I can’t figure out if it is possible to apply a dirt/soot/burn texture to the back wall of the fireplace. So now I’m convinced I;ve gone about it all wrong and should have modelled it differently.
Here are 2 pics of my model:
without filler/cement:
with filler/cement:
Any suggestions as how to do this in a smarter way are most welcome, please tell me it can be done with texture/bump mapping of a ‘simple’ flat surface… and how to do it
Another cool thing to do with your texture mapping is this:
Paint a single soot texture for the entire back wall (the vertical streaks that follow where the flames are, etc.)
Create an empty in the middle of the wall.
Scale the empty so it’s the same size as the back wall (vertical and horiz axes each reach the edge of the wall)
Create a material that uses Object mapping, and point it to the empty.
Assign this material to all of the bricks in the wall.
Voila! You’ve just made a texture that seamlessly spans several objects. Also, if you paint your soot texture on a white background, you can use multiply mode for your texture blending, allowing you to have nice individual color maps/etc. for each brick, while maintaining your overall soot color map for the wall as a whole.
s68 - Good to hear I;m not completely crazy about modelling indiv. stones
harkyman - sounds like a really good way to go about texturing. I’m definately going to try it out.
fligh % - those plugins don;t seem to have the ‘organic’ feel I;m looking for. I don;t want ‘harsh’ brick but more ‘hewn stones with a feel of age’. thnx for the pointer though will definately come in useful elsewhere.
This is the perfect situation for an Intersect command… but it was remover from blender :x
However, I’m guessing that each brick is a closet stone… so add a cube and scale it so that it look like the cement on your second image.
Now start applying booleans… the goal is to end with a mesh that only has the visible faces of the bricks and the cement, everything else is deleted… kind of a prop fireplace… I’m sure that the end mesh will have about 50% of the vertex that you now have… and best of all you can still play with the texture tricks that other suggested.