All Projects → IRCSS → Cubism Shader

IRCSS / Cubism Shader

Licence: mit
A shader that creates a cubism effect based on voronoi segmentation in Unity 3d

Labels

Projects that are alternatives of or similar to Cubism Shader

Fishmanshadertutorial
shader 中级教程
Stars: ✭ 575 (+1591.18%)
Mutual labels:  shaderlab
Npr Cartoon Shader Library
NPR-Cartoon-Shader-Library for Unity3D
Stars: ✭ 25 (-26.47%)
Mutual labels:  shaderlab
2d Shaders Book Foundations Exercises
Exercises for the first book of the 2D Shader Development series.
Stars: ✭ 15 (-55.88%)
Mutual labels:  shaderlab
Metaball Sample
Metaball-sample
Stars: ✭ 16 (-52.94%)
Mutual labels:  shaderlab
Voxel Raymarching
Volemetric data raymarching renderer
Stars: ✭ 22 (-35.29%)
Mutual labels:  shaderlab
Shaderlabvs
ShaderlabVS is a Visual Studio plugin for Unity Shaderlab programming
Stars: ✭ 841 (+2373.53%)
Mutual labels:  shaderlab
Anything about game
A wonderful list of Game Development resources.
Stars: ✭ 541 (+1491.18%)
Mutual labels:  shaderlab
Npr
NPREffect
Stars: ✭ 32 (-5.88%)
Mutual labels:  shaderlab
Uguieffect
Stars: ✭ 22 (-35.29%)
Mutual labels:  shaderlab
Geotoybox
Stars: ✭ 13 (-61.76%)
Mutual labels:  shaderlab
Unity Postprocessing Old Monitor Shader
Camera effect for use in Unity with PostProcessingStackV2
Stars: ✭ 17 (-50%)
Mutual labels:  shaderlab
Unity Mesh Outline
Unity Package for rendering outlines around meshes/objects
Stars: ✭ 19 (-44.12%)
Mutual labels:  shaderlab
Inkpainter
Texture-Paint on Unity.
Stars: ✭ 849 (+2397.06%)
Mutual labels:  shaderlab
Addressables Sample
Demo project using Addressables package
Stars: ✭ 616 (+1711.76%)
Mutual labels:  shaderlab
Shaderlibs
topameng's shader libs
Stars: ✭ 27 (-20.59%)
Mutual labels:  shaderlab
Unity Shaders
A bunch of shader examples created in Unity (ShaderGraph & Built-in) 🧙✨
Stars: ✭ 564 (+1558.82%)
Mutual labels:  shaderlab
Stylisedwater surfaceshader
Simple water shader in the style of Zelda: Wind Waker
Stars: ✭ 26 (-23.53%)
Mutual labels:  shaderlab
Stanford Bunny Fur With Unity
Using the Geometry Shader to generate fur on GPU.
Stars: ✭ 33 (-2.94%)
Mutual labels:  shaderlab
Shader101
B站视频的Code
Stars: ✭ 29 (-14.71%)
Mutual labels:  shaderlab
Testbedhdrp
Testbed project for Unity HDRP (High Definition Render Pipeline)
Stars: ✭ 859 (+2426.47%)
Mutual labels:  shaderlab

Cubism Effect in Shader in Unity 3D

In the repo you will find code for achieving a cubist like effect on meshes. The effect is done in vertex shader by adjusting camera view matrix per voronoi segment (created based on world space coordinates), so that each segment is viewed from different perspective.

More info on it in this blog post: https://medium.com/@shahriyarshahrabi/real-time-cubism-shader-5c8e0c79195c

The mesh is not in the repo, you can grab it on sketchfab.The mesh used for show case the shade is from The Hallwyl Museum, scanned by ErikLernestal.

screenshot

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].