Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
asny committed Aug 10, 2023
1 parent 4ba9576 commit e3e858c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ The crate consist of three main modules for drawing, `context`, `core` and `rend

In addition, the [three-d-asset](https://github.com/asny/three-d-asset) crate enables loading, deserializing, serializing and saving 3D assets, for example 3D models, textures etc. Please make sure to use the same version of [three-d-asset](https://github.com/asny/three-d-asset) as defined in the `Cargo.toml`.

### [Examples](https://github.com/asny/three-d/tree/master/examples)
### [Examples](https://github.com/asny/three-d/blob/0.16/examples)

![PBR example](https://asny.github.io/three-d/0.16/pbr.png)

Several examples covering most features can be found in the [examples folder](https://github.com/asny/three-d/tree/master/examples).
Several examples covering most features can be found in the [examples folder](https://github.com/asny/three-d/blob/0.16/examples).

Here you will also find an overview of the examples, build instructions and links where you can try out each example on web.

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//!
//! A 3D renderer which enables out-of-the-box build to both desktop and web with the same code.
//! See the [README](https://crates.io/crates/three-d) for more information and
//! the [examples](https://github.com/asny/three-d/tree/master/examples) for how to use it.
//! the [examples](https://github.com/asny/three-d/blob/0.16/examples) for how to use it.
//!

pub mod context;
Expand Down

0 comments on commit e3e858c

Please sign in to comment.