You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
488 B
488 B
| title | status | type | priority | created_at | updated_at | parent |
|---|---|---|---|---|---|---|
| §10 Exercise 3: animate the triangle using a time uniform | completed | task | normal | 2026-03-13T19:54:54Z | 2026-03-16T02:30:28Z | edu-4u7w |
Write the exercise to animate the coloured triangle: introduce uniform buffers, upload a time value each frame, rotate or pulse the triangle in the vertex shader using the time uniform. Introduces the uniform/bind-group pattern. Part 3 of the Shader Programming chapter.