Fix pbr_demo to use LightsUniform/LightData instead of old LightUniform. Create multi_light_demo with 5 PBR spheres (varying metallic), a ground plane, 4 colored orbiting point lights, a directional fill light, and a spot light from above. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
328 B
TOML
16 lines
328 B
TOML
[package]
|
|
name = "multi_light_demo"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
voltex_math.workspace = true
|
|
voltex_platform.workspace = true
|
|
voltex_renderer.workspace = true
|
|
wgpu.workspace = true
|
|
winit.workspace = true
|
|
bytemuck.workspace = true
|
|
pollster.workspace = true
|
|
env_logger.workspace = true
|
|
log.workspace = true
|