Modern 3D rendering with PBR
PBR ile modern 3D cizim
GPU soyutlamasi
wgpu = "22"3D matematik
glam = "0.29"Model yukleme
gltf = "1"Copy this Cargo.toml to get started:
[package]
name = "my-3d-renderer"
version = "0.1.0"
edition = "2021"
[dependencies]
wgpu = "22"
glam = "0.29"
gltf = "1"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: