Skip to content

Commit ba73f66

Browse files
Updated Material Reference link as the old link was returning a 404 (#20293)
The old link was a PDF that now returns a 404, this is an HTML page with the same information. It's arguably better since interested users can navigate around and gain a better understanding of PBR, but mostly I just wanted a working reference link as I frequent this page. **old:** https://google.github.io/filament/Material%20Properties.pdf **new:** https://google.github.io/filament/notes/material_properties.html I hope I've done everything right, I'm woefully inexperienced when it comes to opensource contribution, but Bevy is the only dependency I use, so I figured I'd try my hand at solving a little problem I noticed. **Cheers!**
1 parent 16fac12 commit ba73f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_pbr/src/pbr_material.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub enum UvChannel {
2626

2727
/// A material with "standard" properties used in PBR lighting.
2828
/// Standard property values with pictures here:
29-
/// <https://google.github.io/filament/Material%20Properties.pdf>.
29+
/// <https://google.github.io/filament/notes/material_properties.html>.
3030
///
3131
/// May be created directly from a [`Color`] or an [`Image`].
3232
#[derive(Asset, AsBindGroup, Reflect, Debug, Clone)]

0 commit comments

Comments
 (0)