27
2013
Rusted Metal Shader From Blender
Converted this Blender rust material shader to Unity surface shader, looks ok..
Created the bumpmap in unity editor (copy rust texture, convert to normal map from grayscale),
had problems trying to do it inside shader (from diffuse texture to o.Normal)..
Progress:
– Founded some info about generating normal maps: http://forum.unity3d.com/threads/5714-bumpmap-%28grayscale%29-to-normalmap-%28rgb%29?p=43006#post43006
Webplayer:
coming later
Download source:
coming later..
—
image#2: Added 2nd small bumpmap for the plain metal part. (and testing bluish painted metal texture)
Related Posts
6 Comments + Add Comment
Leave a comment
Recent posts
- MotionVector Effect: Object “disappears” when paused
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
Recent Comments
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
its looks like poop lol; u should decrease the shininess a bit (;
Any chance for source?
^sorry bit delays on these old sources, busybusy : /
Jove FREE: Physically based shading for everyone:
http://forum.unity3d.com/threads/214228-Released-Jove-FREE-Physically-based-shading-for-everyone
sounds interesting,
Physically-inspired Shader (unify wiki)
http://wiki.unity3d.com/index.php/Physically-inspired_Shader
Physically based shading – open source framework (free)
http://forum.unity3d.com/threads/221123-Physically-based-shading-%96-open-source-framework
Don’t use the unity normal maps. Make them in another program, then when you import them, convert them to normals but uncheck ‘create from grayscale’. They’ll look much better.