Skip to content

Commit

Permalink
Fix readme rendered image
Browse files Browse the repository at this point in the history
  • Loading branch information
janbridley committed Oct 15, 2024
1 parent 3a261c6 commit 7cfa76d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ svg3d.Engine([view]).render("cube-wireframe.svg")

```

Running the code above generates the following image, using a simple dot-product
(diffuse) lighting model included in `svg3d.shaders`:
Running the code above generates the following image:

![Output for the first example.](doc/svgs/truncated_cube.svg)
![Output for the first example.](doc/svgs/cube-wireframe.svg)

0 comments on commit 7cfa76d

Please sign in to comment.