Basics of Animation Technology (WIP)
2023-02-03
2D Animation
- Sprite animation
- Sprite-like animation in pseudo-3D game
- Doom
Read More
[SRP] Custom Render Pipeline (WIP)
2023-01-03Create a render pipeline asset and instance.
Render a camera’s view.
Perform culling, filtering, and sorting....
Procedural Grid
2022-12-30Create a grid of points.
Use a coroutine to analyze their placement.
Define a surface with triangles.
...Unity C# Scripting Tips
2022-12-08- Automatic Component Dependencies
- OnDrawGizmos()
- …tbc
Automat...
Summary of Gitalk Error: Validation Failed
2022-08-08When setting up Gitalk, I came across
Gitalk Error: Validation Failed
, and the error m...Compositing With Non-premultiplied or Premultiplied Alpha
2022-07-13Assume we composite image B with opacity alphaB over image A with opacity alphaA, there’re two ways of calculating the alpha ch...
CG09 Introduction to Geometry
2022-06-26Implicit Representations in Graphics
- algebraic surfaces f(x,y,z) = 0
- cons...
CG04 Drawing a Triangle
2022-06-24Two major techniques for “getting stuff on the screen”
- Rasterization
- Ray tracing
Pipeline(s): inputs -...
- Doom
Read More
View:
User: