Adding to Cart…
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2024 Daz Productions Inc. All Rights Reserved.You currently have no notifications.
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2024 Daz Productions Inc. All Rights Reserved.
Comments
First: cut with noise improved.
Second: I find the magic "word" for ramps.
Both my own code from scratch. In first I solve the problem for my own, and this allowed me understand mechanism for second and third. For second I translate some recipes ideas to variables I use.
third: from book recipe, repaired in some points to it works in shader builder. Understanding some ideas here, I believe I can achieve interesting effects
You're pictures are nice, but with the title I expect a kind of tutorial with pictures how you create the effects. Without any explainations it's just your nice gallery. I would like to learn the real usage of shaders.
Hi Spanky, Thanks for your opinion about images.
The principal purpose of my thread is gallery about my projects with shaders. I had had few progress in produce like gallery image and only had post shader developing, all my image are in an eternal WIP. I didn't think in tutorials until now but in tips and a pair of RSL facts (no much time and no good english are problems). For tips and facts, mosaic last shader can be interesting to explore, this have arrays of surface and selective modification of part of surface.
hello, the images looked good, any news for that project ?
sorry for no answer before.
I still work in this project. I trying to find time to work but there isn't much. I need to finish some academic work for my job before I can use time in this shader :( .
Blending (composing) layers and shade transitions are ready. But it still needs time to produce control in gradients/ramps vertical, horizontal, sloping and circular. Add mosaic, straigh lines noise and glossy toon effects.
Thanks for answering ! And It's nice to know the project is still alive :)
Nothing really new, simply more cleaning. Almost all outlines were made with zigraphix's toonycam pro.
Still stuck with gradients and projections, pic1 & 2* a cilindrical projection in object and screen spaces. Object space is a nightmare with people mesh. Screen is too much plane, but the one coherent.
New IPR is a dream, now I can test very fast any change in shader, so soon as it is compiled or a dial is changed.
edit: * test in 1 & 2 was made with a texture.
Very cool!! I especially like picture 3.
Very nice segmentation..."posterized" shadows. Inspiring stuff. Keep going.
Testing glossy. Without and with
Glossy round 2
WIP. Testing shader. Glossy effect was changed to simply specular. Specular + gradient + toon shine = toon glossy will be another shader.
WIP 2
Maybe someone can help me...
I'm trying to make a "Gaussiano Blur Shader" but it seems pretty impossible for me!
I need to blur or at least pixelize a character that is trapped in a glass tube. But every shader that I used on it simply distorts the char like a goldfish in a bowl.
I need to make it unrecognizable... There are some method to do it?
What are you shading -the tube or the character? If the glass, try increasing the size of the sample cone setting - that will blur in proportion to distance from the surface..
I want to blur the char in the tube.
The char is inseide the glass tube and from outside he looks blurred, this is what I need.
I tried every glass shader I found. Since the char is very near to the glass, the shader simply deforms it with fishbwol effect.
I also found some other shader with distortion maps. Same result.
*EDIT*
Sorry, forgot to say that I'm shading the tube!
I couldn't achieve a true gaussian blur, because it use neighbour pixels is necesary and I don't know how do it with surface shader. I believe it is possible with camera/imager shader but I don't play enough with imager shader to understand it. For soft transitions I use mix function.
You can try with cellnoise and mix function to imitate pixelate effect.
edit: changing noise to blur. Sorry, I work in statistics.
I work now with some presets, color and effects.
Some colors in cell mode. Shade is in fact light segmented in five bands. Each shade band can be picked separately.
Simple specular
Many interesting toon shader options, gilikshe! I like them so much.
I'm here again, hoping for someone that can help me...
I need to "hide" behind a glass an object.
I tried to use various glass shaders but them works only if the object is not too next to the glass, when I put it near the shaded glass, it deforms like fish bowl and the object if fully recognizable.
I need something that can blur or pixelate something near the glass.
Have you tried making the glass less transparent?
I've found that I can make many items more or less transparent using the sliders in DAZ.
Making the glass less transparent won't help...
I need something like this even when the object is near the glass:
http://sl.dortikum.net/pixeleffects/article/blur_effect_2.jpg
I think it's possible to obtain something like this with DAZ Shaders...
First step to solve is search mathematical formula:
http://en.wikipedia.org/wiki/Gaussian_blur
In matlab it is easy-easy to write. I even try to find a way to write it in the surface approach of RSL.
In other hand, you can apply blur to a read image, probably is more easy blur skin+eyes+lips texture that other.
I don't remember if texture function contain blur or it is a different function. You can search here:
http://renderman.pixar.com/resources/current/RenderMan/rslFunctions.html#mathematical-functions
Thanks.
More options for transitions between bands: plane, soft, plane noise, soft noise, irregular softed noise. The last still in testing, can be viewed in the skins and other surfaces
Picking some nocturnal colors, but I don't have any clue or idea to understand how "night" colors must be decided. I supose I need see a lot of pictures until I find my own style.
Some hair test look very well, transmap and solid toony.
Current transitions.
In DS4 mix layers is easy, opacity appear to be possible with macro "opacity". I also need good recipes for darken and other layer types, and see if it works in DS4.
In case it cause me gray hairs without results, make it with scripts in photoshop is a great advice. :)
I know I'm commenting on an old post, but this thread is new to me. Thanks for taking the time to post all of your NPR work so we can all follow your progress - it's always interesting to follow somebody's workflow!
Not sure if you've ever checked out this site or not, but there's some great info about blending layers, and the math behind them:
http://www.simplefilter.de/en/basics/mixmods.html
- Greg
I know I'm commenting on an old post, but this thread is new to me. Thanks for taking the time to post all of your NPR work so we can all follow your progress - it's always interesting to follow somebody's workflow!
Not sure if you've ever checked out this site or not, but there's some great info about blending layers, and the math behind them:
http://www.simplefilter.de/en/basics/mixmods.html
- Greg
Thanks. I only had the basic blends. This page have some that I don't have.