Texture Painting in GLSL Shading Mode – Addendum
-
Download Files
You must be a citizen to download the source files.
- Register to Favorite
-
Like This Post
- Tweet This Post
In this quick tip, I discuss the problems I had with the bump mapping in the previous tutorial, and we go back and start from scratch on how to paint on Bump maps in GLSL shading mode, and also setting up the tools as needed.
View original tutorial: http://www.blendercookie.com/2011/04/11/texture-painting-in-glsl-shading-mode/
Leave Comment
Discussion
28 Responses to “Texture Painting in GLSL Shading Mode – Addendum”Leave a Comment
You must be logged in to post a comment.
This is very nice to know !
Just love it.
Would like to know how to save this newly created “Skin” so it is in the .blend file and works when I create and distribute my game.
I believe you just have to ‘Pack’ your texture files after saving your newly painted texture in the editor. Its in the file menu, I, think. That associates saved textures with the blendfile when you take it out of Blender. Might be more involved in making a game… but the Blender manuals on making games are like Bibles and I haven’t read them. I read somewhere that 99% of aspiring game makers never finish the job, because there is so much tedium involved.
Good tutorial, you would like to make a tutorial on making those troll
Damn, that looks awesome!
AHHH!! The Blender Site is Broken! I think I’m gonna cry because I didn’t download yet! Oh, by the way nice tut Dave!
Dave,
I haven’t finished the video yet, so maybe you’ve caught it at some point in it, but there is a separate texture panel specifically for brushes. You activate it by clicking the “Brush” icon above the texture selection panel. It makes keeping brushes organized much easier without adding to a random material stack. Also, when creating a new texture for bump mapping, it’s best to make it a 50% gray (easiest way is 0,0,.5 in HSV values) because then you have equal room to alter the height in each direction before reaching maximum white or black. Hope this helps!
Matt Heimlich
Also, you can get a more normalized look to your bump map by setting “Texture Space” in the bump map settings.
On a related note, does anyone know how to get rid of the circular artifacts when you paint the bumps on using this method?
Yes indeed! I am likin the texture space bump. Had just discovered that myself!
Hey Matt,
Can you try setting the bump map to be 16 bit per channel?
I’m curious if that helps you at all?
The ringing is due to the brush leaving these “stairsteps”.
So a combination of lack of precision when using 8 bit range
and also perhaps the filtering quality of the gpu (plus mip mapping is disabled by Blender in texture paint mode).
It looks like in 8 bit the circular pattern in the brush
becomes flat for some range of pixels. Then jumps a level, then it’s constant
for a while, then jumps again.
Turns out at this point 16 channel painting is not supported in blender
I am still curious if the issue is less noticeable if you leave texture paint mode
(since this will enable mip maps)?
dave…
u know you can lock your brushes…
with that, whether you zoom in and zoom out, the brush size will stay the same…
just want to add that up for your next vid
great tutorial by the way
Dave, I can’t seem to get my bump maps working in 2.57. I’ve played with all the new settings, went from + geometry to – geometry with no significant differences. The same bump maps work great in 2.56. I even went into photoshop and inverted my map but that did not help. I’m working with skin textures and detail is everything. Please help.
they changed a few things up in 2.57 as far as texturing goes; you might be able to fix your bump issue if you play around with the texture stacking order.
Thanks Dave for the tip. I set my bump mapping to Original, inverted my bump maps and set the normal geometry to a negative value. This produced similar results that I was having in 2.56. Keep up the great work, I’ve learned so much from you and Johnathan. Ron
@russel96,
Could you explain how to lock the brush size? I can’t seem to find it…
Thanks!
ahh… my bad, i guess i’m wrong… it was only available
in sculpt mode… i guess i should have checked it first…
there’s a lock icon next to the radius size…
Ok, no problem. Thanks for the reply!
Hey, great tutorial. I enjoy watching all the videos you put out.
In the future could you do a tutorial on Skinning/Weight Painting and show us your techniques and how you go about it?
Thanks
Hi. Bump map seems to give more definition for skin textures than Normal map, am I right? When i must to use bump map instead normal map and vice versa?
Your right, I’m not sure making a normal map is necessary in all cases. Another tip for having your bump maps work real well is their stacking order as Dave suggests. I found in 2.57 the further down the stack the more “bump” from the bump map.
I thought bump maps and normal maps were the same thing… what’s the difference?
hey david heres a quick tip. when you are in paint mode you can hit f to scale your brush on the fly. instead of going over to the panel. i think it gives a lot more control.
matthew morris said: hey david heres a quick tip. when you are in paint mode you can hit f to scale your brush on the fly. instead of going over to the panel. i think it gives a lot more control.
MUAAHUAhuahuAHuhaAHUA! Hilarious. David Ward and Jonathan Williamson already know it of course. Jonathan didn’t hit f or shift+f in paint mode to newbies can understand easily. LOL ;P!
I’m really impressed; This look so simple in fact.
I was wondering … Is there any way to get a sort of smooth modifier to apply on the jointures of different strength textures?
I mean I’d like to get a sort of a smooth transition between deep and low crackled area of paint.
Cool tutorial, but I have a problem D:. When I paint the texture onto my sculpture, it always appears someplace else and not where I’m clicking. What am I doing wrong? :c
Actually… I think it looks right when I render it, but not in the view port? :O
nope, I lied, it’s in both
thanks Dave, we want more!