All Projects → kayac → Kamakura Shaders

kayac / Kamakura Shaders

Licence: other
Kamakura Shaders

Projects that are alternatives of or similar to Kamakura Shaders

Ssrt
Real-time indirect diffuse illuminaton using screen-space information for Unity.
Stars: ✭ 176 (-35.06%)
Mutual labels:  unity3d, shaders, rendering
Unity Dithered Transparency Shader
Unity material and shader for applying clipped, dithered transparency
Stars: ✭ 174 (-35.79%)
Mutual labels:  unity3d, shaders, rendering
Lwrpambientocclusion
Post-Processing Stack v2 Ambient Occlusion works on Lightweight Render Pipeline
Stars: ✭ 179 (-33.95%)
Mutual labels:  unity3d, rendering
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (-26.94%)
Mutual labels:  unity3d, shaders
Renderman
Code and Slides for the NCCA Renderman lectures
Stars: ✭ 15 (-94.46%)
Mutual labels:  shaders, rendering
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (-36.53%)
Mutual labels:  unity3d, shaders
Shaders
A collection of shaders written in CG/ShaderLab for Unity.
Stars: ✭ 173 (-36.16%)
Mutual labels:  unity3d, shaders
Alloy
Alloy physical shader framework for Unity.
Stars: ✭ 244 (-9.96%)
Mutual labels:  unity3d, shaders
Learnunityshader
学习Unity Shader过程中的一些记录,特效,动画Demo。
Stars: ✭ 141 (-47.97%)
Mutual labels:  unity3d, shaders
surface splatting
OpenGL demo of a point rendering and texture filtering technique called Surface Splatting.
Stars: ✭ 125 (-53.87%)
Mutual labels:  shaders, rendering
Unity3DShaders
Simple shaders for Unity3D that I created for games, for a challenge or following tutorials.
Stars: ✭ 17 (-93.73%)
Mutual labels:  shaders, rendering
Fake-Interior-Shader-for-GodotEngine
Interior Mapping shader for the Godot Game Engine 3.x that works with both GLES3 and GLES2.
Stars: ✭ 40 (-85.24%)
Mutual labels:  shaders, rendering
Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (-37.27%)
Mutual labels:  unity3d, shaders
Cloner
An example of use of procedural instancing.
Stars: ✭ 260 (-4.06%)
Mutual labels:  unity3d, shaders
Unity Texture Curve
✏️ Example showing how to bake an AnimatedCurve into a Texture and use it in a shader.
Stars: ✭ 149 (-45.02%)
Mutual labels:  unity3d, shaders
Light2d
2D shader-based lighting system for Unity3D
Stars: ✭ 212 (-21.77%)
Mutual labels:  unity3d, shaders
Unitylibrary
📚 Library of all kind of scripts, snippets & shaders for Unity
Stars: ✭ 1,968 (+626.2%)
Mutual labels:  unity3d, shaders
Shadergum
Unity3D GPU Sculpt & Morph
Stars: ✭ 125 (-53.87%)
Mutual labels:  unity3d, shaders
Messier87
A realtime raytracing blackhole renderer
Stars: ✭ 53 (-80.44%)
Mutual labels:  shaders, rendering
MoravaEngine
2D/3D graphics engine written in C++ language. It currently supports the following graphics APIs: OpenGL 3.3+, Vulkan 1.2, DirectX 11. Its current purpose is to experiment with various CG concepts and techniques.
Stars: ✭ 129 (-52.4%)
Mutual labels:  shaders, rendering

Kamakura Shaders

Kamakura Shaders is a collection of shaders and components focusing on Non-Photorealistic Rendering for Unity with a bunch of features and adjustable parameters in a user-friendly interface.

Features

Kamakura Shader

Kamakura shader has a set of features that can be used altogether to create styles such as anime, paint, water-color, sketch like, and so on. Here is a brief overview of these features

image

Filter

Adjust the main texture color with hue, saturation, and brightness parameters, analogous to Photoshop's Hue/Saturation tool.

image

Specular

Control the shininess of material by adjusting parameters such as power, intensity, and smoothness, along with mask texture and color.

image

Light Ramp

Control the lighting and shadowing of the material by using a gradient ramp texture. You can stack multiple gradients vertically into one ramp texture (think of it as multiple presets) and choose which one to use using Light Ramp Preset parameter. An offset parameter to adjust the whole distribution is provided, and it can be adjusted locally per vertex by using the green channel of mesh's vertex color.

image

Shadow

Customize material shadow's part by using a shadow texture, along with color and intensity parameters.

image

Ambient

Control how material receives ambient light. There are two sources of ambient: Cube Color and Unity's Ambient (such as Skybox or GI, by using Light Probes).

image

Outline

Generates outline out of the mesh, with some parameters to control its color and thickness. You can also control outline thickness locally by using the red channel of mesh's vertex color.

image

Hatch

Generates a hatch effect by using a hatch texture with each channel representing the intensity of the hatch (red = light hatch, green = medium hatch, blue = strong hatch).

image

Rim

Generates rim light at the edge with adjustable parameters such as color, size, intensity and smoothness, along with a texture to adjust the smoothness locally.

image

Emission

Generates emission. Control the emissive area by using a texture.

image

Cube Color

Set the cube colors (six directions: left, right, front, back, top, down) that can be used for rim and/or ambient light.

image

Stencil

Adjust the stencil operations performed when rendering the material.

image

Kamakura Hair Shader

Kamakura Hair shaders shared many features with Kamakura shader, but it has some features specialized for hair rendering just as its name.

Specular

Adjust the waviness of the specular by using Local Shift Texture.

hair-specular

Primary and Secondary Specular

Control the color, power, intensity and smoothness of two different speculars to adjust the looks of the hair. There is also Strand Texture parameter in Secondary Specular to give strand details.

hair-primary-specular hair-secondary-specular

Kamakura 2D Shader

Kamakura 2D is a shader for 2D objects like SpriteRenderer or Unity UI's Graphic component (such as Image). It has two main features: Outline and Filter. Some of the properties can be controlled using vertex color (instead of material properties) by attaching Kamakura2DParams component to a GameObject that contains SpriteRenderer or Graphics component. This allows multiple objects to be rendered with various parameters in one batch by using a single shared material.

Outline

Oultine uses a SDF texture to display outline effect. It has parameters such as color, thickness, softness and offset.

Filter

Similar to Kamakura shader's Filter feature, it has hue, saturation, and brightness parameters to adjust the main texture color.

Local Light System

Local Light System allows a local light to be applied to a GameObject and its children that have MeshRenderer in it.

local-light

Cube Color System

Cube Color is a system that allows color to be assigned on each side of the box: left, right, front, back, top, and bottom. These color on each direction can then be used as the color parameter of the ambient light and/or rim light. This system works on world space by default. To make it works on local space, attach a CubeColorLocalSpaceRoot component to a GameObject.

cube-color

Ramp Texture Asset

Create ramp texture asset directly inside Unity that can be used as Light Ramp Texture. Changes made on this ramp texture asset are reflected in realtime which is useful to adjust the shading of a material.

ramp-asset

Copy Paste Feature

You can select some material properties to be copied and then paste it to other materials by activating Select Mode on top of About box in the material inspector.

Installation

Download the latest unitypackage files from the Releases page and import it to your project.

Notes

  • Target Environment: Unity 5.6.x or newer (Unity 2017.2.0p4 at this moment)
  • These shaders has not been tested on console platforms (PS4 / WiiU / Switch / Xbox One)
  • Graphics API DirectX9: Screen Space Hatch feature is not functioning on this graphics API

License

MIT & Creative Common License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].