Skip to content

Commit 2078f0c

Browse files
committed
Add pbr_textures example to README
1 parent 5a10e47 commit 2078f0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Example | File | Description
8888
`orthographic` | [`3d/orthographic.rs`](./3d/orthographic.rs) | Shows how to create a 3D orthographic view (for isometric-look games or CAD applications)
8989
`parenting` | [`3d/parenting.rs`](./3d/parenting.rs) | Demonstrates parent->child relationships and relative transformations
9090
`pbr` | [`3d/pbr.rs`](./3d/[pbr].rs) | Demonstrates PBR properties Roughness/Metallic
91+
`pbr_textures` | [`3d/pbr_textures.rs`](./3d/[pbr].rs) | Demonstrates PBR textures (normals/roughness/metallic/occlusion)
9192
`spawner` | [`3d/spawner.rs`](./3d/spawner.rs) | Renders a large number of cubes with changing position and material
9293
`texture` | [`3d/texture.rs`](./3d/texture.rs) | Shows configuration of texture materials
9394
`update_gltf_scene` | [`3d/update_gltf_scene.rs`](./3d/update_gltf_scene.rs) | Update a scene from a gltf file, either by spawning the scene as a child of another entity, or by accessing the entities of the scene

0 commit comments

Comments
 (0)