コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Unity】50種類以上のシェーダのサンプル「ShaderProject」紹介

はじめに

「ShaderProject」は50種類以上のシェーダのサンプルです

サンプル

f:id:baba_s:20180103132311p:plain

「Projects」フォルダ内にシェーダのサンプルとデモシーンが格納されています

シェーダ一覧(引用)

  • _BasicShader
  • Blending
  • Compute
  • Culling
  • DeferredRendering
    • DeferredTextures
  • DiscardingFragments
  • Dissolve
  • FlatColor
    • FlatColor
    • FlatRGBColor
  • GeometryShaders
  • GPUInstancing
  • GrabPass
    • BlackWhite
    • Blur
    • GlassStained
    • Pixelation
    • PixelShifting
    • Tint
  • Heatmaps
  • Masks
    • AlphaMask
    • ColorAlphaMask
    • ColorMask
  • MultipleRenderTargets
  • NormalExtrusion
  • NormalMapping
  • PostProcessing
    • BlackWhite
    • BlendModeAdd
    • BlendModeMultiply
    • BlendModeOverlay
    • BlendModeScreenBlend
    • BrightnessSaturationContrast
    • CameraFader
    • Overlay
  • Rotation
    • RotationUV
    • RotationVertices
  • Shading
    • Diffuse
    • DiffuseLighting
    • Phong
    • Phong-Blinn
  • StencilBuffer
  • TextureAtlas
  • Textures
    • 3DTexture
    • ApplyTexture
    • CombineTextures
    • DepthTexture
  • ToonShading
  • VertexManipulation
    • CurvedWorld
    • Flag
    • Scale
  • VolumetricExplosion
  • Water
  • Waves

関連記事