Rust wgpu (10): Cube with Lighting

Опубликовано: 30 Октябрь 2024
на канале: Practical Programming with Dr. Xu
868
18

This is the 10th video of a video series about "wgpu Graphics Programming in Rust Step-by-Step". It shows how to create a 3D cube with lighting.

Most examples used in this video series are based on my recently published book "Practical GPU Graphics with wgpu and Rust" Visit https://drxudotnet.com for details about this book.

----------------------------------------------------------------------
The source code link:
https://github.com/jack1232/wgpu-Step...