Showing posts with label technical-art. Show all posts
Showing posts with label technical-art. Show all posts

Wednesday, November 27, 2013

Textures & shaders

It's been quite a while since I wrote my last post and this time I'd like to show off my new experimentations with shaders for personal work and several textures I did for the awesome guys at Gametextures.com. This was a great opportunity to improve my workflow and experiment with several styles.

During my time of workflow improvement and texture skills improvement I have sculpted a few Insert Multi Mesh assets. For example this set of rocks.

 

Besides that I have worked on a new personal project but it's pretty much in the concept phase so that I'll have to keep for the next time. ;)

Please feel free to check out my breakdown/tutorial for creating this rain shader in UDK.

This shader is still Work in Progress, but the gif shows a clear idea of the shader in several states of wetness on the surface. But the main thing that got me stuck with this shader is the blending/animating of one wetness state into the other one, I want to create one state of wetness "flowing" into the next state of wetness. This is rather challenging for me mainly because of the fact that I'm not a programmer or shader artist by trade, so figuring this out is pretty crazy.

Sunday, May 19, 2013

The weekend of Texturing and Shader Experimentation

Hey everybody!

It has been a month already since the last blog post where I did shader testing as a tribute to Mirror's Edge. Again it was a very busy period for me and my PC had to be repaired (again). This weekend I had some time left and after playing Gears of War Judgment, which I like very much due to the artistic style. Because of that I had decided to mess around with some texture creation that is dedicated to this art style and thought it was time to step up the shader work a bit more.

I had a lot of fun just experimenting with shaders in combination with the textures I've sculpted over the weekend. Not just the sculpting was amazing, creating these detailed assets, also doing the texture baking in Zbrush was fairly new. After baking these textures and finalizing them in Photoshop, I started working on the shader in UDK.


Tuesday, April 16, 2013

Mirror's Edge Shader Overview in UDK

Hey there!

It has been a while since my last blog post and I promised a few people I'd show off the breakdown of the materials being used in the Mirror's Edge stylized test renders in UDK. First off all, I'd like to point out that the shader is NOT final. Second, I'm just going to show it off this time so I probably won't revisit this when I have a scene modeled out whatsoever. Writing these articles takes a lot of time and hopefully it'll be appreciated ;)

AND I got great feedback from one of the Lighting Artists who had worked on Mirror's Edge! I totally didn't expect that and I really appreciate the feedback I've received. When I was going to post the Shader blog post I didn't expect anything to happen. But the opposite happened, my blogpost got shared plenty of times which was great because it was "just" a shader test.

And why it took so long to write my next article? I just finished up a few art tests, so keep your fingers crossed! It seemed like a good time to write it now. Anyways, I was also experimenting a lot with different shaders. I revisited my old sci-fi scene and created a new ocean shader. Exploring these different techniques is really fun in my opinion and it really intrigued me to go more in-depth with HLSL coding for example.

Revisiting old shader

New metal shader in action - This has vertex painted rust and scratches to add more unique looking details on the metal. This in combination with the DX11 settings in UDK can give a really nice effects showing off the reflections of the environment for example.

Shaders

What I did first was doing research! When exploring a different render/texture style, doing research is crucial. I've always loved the color usage in Mirror's Edge and I knew I wanted to show this off in my shader test. Also, I wanted to have the ability to create a shader that is specifically designed for a specific material definition. So I created a list of the following materials:
  • Concrete
  • Metal
  • Plastic
  • Tiles
  • Marble (optional)
  • Fabric

Concrete

The shader overview has straightforward commented areas, A = Diffuse, B = Specular, etc. For optimization sake, I made all the textures greyscaled and added a 3-vector param, With this I can add/tweak the colors and color-intensity of the textures. Orange can now be insanely bright, which you couldn't just create with a single texture node, cranking up the colors is essential to achieve these results. 

What I use mostly in my shaders is a Fresnel, it's not that expensive (anymore) to my knowledge. But what I learned from the guys at Chaos Group (V-ray creators), everything has Fresnel, it might be subtle but everything has it. So I did implement it in all of my materials but as a parameter so adjusting it would be easy.

Tip: Use paramaters instead of "hardcoded" values, tweaking Material Instances is very efficient and handy.

Metal


This is the most complex shader at the moment for the Mirror's Edge tribute. I'm not that happy with the shader itself, it's pretty messy and could be using better optimized textures. But the end result is rather good looking and convincing painted metal. I can't really go in depth with the shader, I do want to point out that I'm using DX11. This uses "image based reflections" and I added some cubemap reflections to add in the environmental reflections.

Sorry I didn't go in-depth with the shaders but please look at the setup and it should be pretty clear if you follow the structure.


Weapon scope study

I forgot to add in my weapon scope study ;) High Poly was all done in Zbrush, Low Poly in Max, Texturing in PS.




Games Photography Experimentation

Recently I started messin' around with photography within games, luckily Mirror's Edge happend to be one of the games where I could use the "freecamera" mode. Unfortunately in more recent games I didn't quit got this "hack" work just yet. One of the games I'd like to visit is Bioshock and Tomb Raider, those environments are gorgeous.