https://github.com/mysticquest/animated-shaders-techniques
Three different techniques to animate a light point on a spline with shaders
https://github.com/mysticquest/animated-shaders-techniques
csharp hlsl shaders unity
Last synced: 3 months ago
JSON representation
Three different techniques to animate a light point on a spline with shaders
- Host: GitHub
- URL: https://github.com/mysticquest/animated-shaders-techniques
- Owner: MysticQuest
- Created: 2023-11-20T22:49:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T01:16:02.000Z (over 1 year ago)
- Last Synced: 2025-01-20T21:38:41.098Z (4 months ago)
- Topics: csharp, hlsl, shaders, unity
- Language: ShaderLab
- Homepage:
- Size: 11.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Three ways to animate a "point of light" moving along a spline with shaders.
### Scenes:
#### - Gameobject with a quad mesh, billboard shader and a texture.
#### - Animated spline material shader with emission and bloom.
#### - Animated screen effect shader with a texture.