Forum Coordinators: Kalypso
Carrara F.A.Q (Last Updated: 2024 Nov 21 9:55 pm)
Visit the Carrara Gallery here.
Tried that just now. The result looks like the image with no bump mapping which really doesn't make a hell of a lot os sense to me.
Further investigation... Reconfirmed that it does happen with GI turned off. For a second there I thought I'd be making a fool of myself.
Decided to try a different shader instead of brick. Veloute tools' 2D gradient worked rather well. Although I was looking for a slightly more understated effect than the one it gave me. I couldn't make the transition 'fine' enough.
I tried Anything Grooves on the beast but it made a hash of the mesh. Also, to get the understated look that I'm gunning for, the UV sampling would really need to be cranked up and that would make a huge mesh or a long time to calculate. Anyway, the generated mesh was unusable so the point is moot.
Ended up going with the following formula
a = u * 2;
a = a * 13;
a = mod(a, 1);
b = ((0.01 < a && a < 0.99) ? 1 : 0.5);
value = b;
And found out that formulae also don't behave as you'd expect in the bump channel. Not as hideous as the brick but not really close to what I expected from seeing the same formula shader in the color channel. Sigh, looks like I'll just leave it part of the color channel and hope that it'll be enough. If not then I'll compromise and use the veloute 2D gradient.
Thanks
Message edited on: 04/15/2005 00:43
Ok some things: -Interpolate..on or off? Turn it off. -Lights, what settings do you have for shadows? And how many lights do you have, positions etc. -Shadow and object quality set at what in rendering settings? -Full raytrace on? -Antialias setting? Any actual details about scene setup and rendering settings would help. It not the shader that is the issue. (I don't think) Brian
I have veloute 1. I'll try to reduce the scene and post it here. Currently the scene is 57MB. That's a tad much. ;) Render settings are irrelevant. GI, no GI, ray tracing, no ray tracing, pixel accuracy for shadows, object etc. do no change the fact that the arches are displayed improperly. There are 2 lights and they are roughly close together near the center of the four visible pillars. Total intensity amounts to 100%. It should all become evident (I hope) when I post the carrara file. It could well be that the vertex model for the arch is partly responsible for the problem but for the most part it looks fine to me.
Attached Link: http://members.shaw.ca/zekaric/arch.zip
Here's the scene. The car file can be found at the given url. Row 1: shader used in bump channel. Row 2: shader used in colour channel. Col 1: veloute Col 2: formula Col 3: brick Colour channel for the brick case didn't seem to do a thing. Odd. Anyhoo. The veloute in bump channel worked as I expected. The formula case doesn't look at all like the color channel even though the formula is exactly the same. The brick has the shown problem tha the creases are light instead of being dark and the surfaces are dark instead of light. I also tried changing the brick to be in combination with a mixer operator. Meaning. Bump: Mixer - Source 1: 100 - Source 2: 0 - Blender: brick It gave a different result but the result was still incorrect, or at least not what I was hoping for.Message edited on: 04/15/2005 23:17
www.youtube.com/user/ShawnDriscollCG
www.youtube.com/user/ShawnDriscollCG
This information might help: I know that some of Carrara's shaders have a nice bump implementation (like the Cellular shader), but others use a default implementation that depend a lot on the scale of the shader (like the brick one). When I did Veloute, I made specific developments for the bump, so they usually give better result than the Carrara one's. What you could try if you want to use the Carrara brick shader in the bump channel, it's to use it after the Veloute Filter shader: it should improve the bump. Julien
Actually on another forum (3dxtract) someone was smart enough to set 1 to the vertical brick count. The black I/we are seeing is the groove of the first brick layer seam (grout). I feel dumb. :P Mystery solved in my opinion. However with 1 for the vertical you get a seam that runs the length of the object. Not what I want so it would appear brick isn't an option for me to use in this case. However the formula case for bump mapping still doesn't look proper. Maybe that is something Eovia could look at. Thanks all!
www.youtube.com/user/ShawnDriscollCG
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.