Skip to content

lilacsky824/UnityCGResearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research on computer graphics using the Unity engine. Detailed results can be found in each branch. Using Unity version 6000.0.32f1 with Universal Render Pipeline.

Parallax Occlusion Mapping with Depth Offset

A Lit shader that is support parallax ccclusion mapping with per pixel depth offset. Including support shadow caster or use self shadowing. Some derivation processes can be found in the blog post (in Traditional Chinese only).

Movie_002.mp4
ParallaxOcclusionMapping

Jump Flooding Algorithm

Generating Voronoi diagrams and distance fields using Compute Shaders.

JFA_001 JFA_002

Toon Map

Ramp Map and Gradient Map generators, using Compute Shader. Toon Map

Vertex Animation Texture(VAT)

Spine

Bake Spine skeleton animation into VAT and use the Particle System for random playback, creating the effect of a crowd running.

1.mp4

Blender(draft)

Bake vertex animation in Blender into VAT and bake object space normals. Currently, Split Per-Vertex Normals is not supported. RGB channels store the vertex positions, while the alpha channel stores the normals using quantization.

1.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published