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.
12 lines
466 B
Markdown
12 lines
466 B
Markdown
---
|
|
# edu-cr0w
|
|
title: '§10 Exercise 3: animate the triangle using a time uniform'
|
|
status: todo
|
|
type: task
|
|
created_at: 2026-03-13T19:54:54Z
|
|
updated_at: 2026-03-13T19:54:54Z
|
|
parent: 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.
|