All Projects → keijiro → Vertexanimationjob

keijiro / Vertexanimationjob

Vertex animation with C# Job System and new Mesh API

Projects that are alternatives of or similar to Vertexanimationjob

3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+14165.85%)
Mutual labels:  unity, unity3d, graphics
Pcx
Point cloud importer & renderer for Unity
Stars: ✭ 806 (+882.93%)
Mutual labels:  unity, unity3d, graphics
Hologramshader
✏️ Test of an hologram material made in Unity.
Stars: ✭ 684 (+734.15%)
Mutual labels:  unity, unity3d, graphics
Unitypcss
Nvidia's PCSS soft shadow algorithm implemented in Unity
Stars: ✭ 533 (+550%)
Mutual labels:  unity, unity3d, graphics
Grubo
Audio visual experience with Roland Groovebox MC-101 and the Unity game engine
Stars: ✭ 41 (-50%)
Mutual labels:  unity, unity3d, graphics
Swarm
An example of use of compute shaders and procedural instancing.
Stars: ✭ 547 (+567.07%)
Mutual labels:  unity, unity3d, graphics
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (+770.73%)
Mutual labels:  unity, unity3d, graphics
Unityurpunlitscreenspacedecalshader
Unity unlit screen space decal shader for URP. Just create a new material using this shader, then assign it to a new unity cube GameObject = DONE, now you have unlit decal working in URP
Stars: ✭ 455 (+454.88%)
Mutual labels:  unity, unity3d, graphics
Packedrgbmshader
32-bit packed color format with RGBM encoding for shader use
Stars: ✭ 39 (-52.44%)
Mutual labels:  unity, unity3d, graphics
Shadergraphexamples
Simple examples of Unity shader graphs.
Stars: ✭ 869 (+959.76%)
Mutual labels:  unity, unity3d, graphics
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+543.9%)
Mutual labels:  unity, unity3d, graphics
Nnao
Neural Network Ambien Occlusion based on http://theorangeduck.com/page/neural-network-ambient-occlusion
Stars: ✭ 57 (-30.49%)
Mutual labels:  unity, unity3d, graphics
Firefly
Unity ECS example for special effects
Stars: ✭ 489 (+496.34%)
Mutual labels:  unity, unity3d, graphics
Noiseshader
Noise shader library for Unity
Stars: ✭ 616 (+651.22%)
Mutual labels:  unity, unity3d, graphics
Kvantwig
Non-realistic hair simulation in Unity
Stars: ✭ 467 (+469.51%)
Mutual labels:  unity, unity3d, graphics
Kinobloom
Bloom effect for Unity
Stars: ✭ 704 (+758.54%)
Mutual labels:  unity, unity3d, graphics
Verticaldissolve
Procedural vertical dissolve shader. Highly customizable. Tweak edge color, noisiness & waviness, rim light, emission scrolling and more.
Stars: ✭ 434 (+429.27%)
Mutual labels:  unity, unity3d, graphics
Miniengineao
SSAO image effect from Microsoft MiniEngine, ported to Unity.
Stars: ✭ 448 (+446.34%)
Mutual labels:  unity, unity3d, graphics
Testbedhdrp
Testbed project for Unity HDRP (High Definition Render Pipeline)
Stars: ✭ 859 (+947.56%)
Mutual labels:  unity, unity3d, graphics
Kino
A collection of custom post processing effects for Unity
Stars: ✭ 1,054 (+1185.37%)
Mutual labels:  unity, unity3d, graphics

gif

VertexAnimationJob is a Unity project that contains examples of the use of the new Mesh API added in Unity 2019.3/2020.1.

See the following documents for the details of the new APIs.

This project aims to show how to implement vertex animation using the new APIs along with the C# Job System. It distributes vertex update jobs to multiple worker threads via the job system. With the help of the new API, it can be implemented with a minimum amount of memory copies.

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