Home Unity

Car Paint Shader?

LlamaRider
polycounter lvl 8
Offline / Send Message
LlamaRider polycounter lvl 8
Yo, I'm looking for car paint shader for the free unity. Any ideas how to make this kind of material?

Replies

  • Brendan
    Options
    Offline / Send Message
    Brendan polycounter lvl 8
    Your best bet to start off with is the Hard Surface Shaders Free.

    As you're using Unity Free then you won't be using deferred rendering, which is OK because the HSSF shaders are all forced into forward rendering.

    If you want to make your own, grab Strumpy's Shader Editor and look up some car shader materials for Mental Ray or VRay or other rendering engines, you'll get the gist of what you need to include. There are some tutorials for UDK too.
  • jRocket
    Options
    Offline / Send Message
    jRocket polycounter lvl 18
    I'd check the unity store to see if you can find anything there. If not you may have to use one of shaders that come with Unity or make your own with Shaderlab. For simple car paint, I'd look for anything with cubemapped reflections with fresnel falloff, and colored phong specular with optional specular mask.
Sign In or Register to comment.