Skip to content

Commit

Permalink
README: cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
danieledapo committed Feb 1, 2023
1 parent 05cfd45 commit d524d1b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ My Rust playground to learn more about 3D graphics and renderers.

## Buzz, the ray tracer

`buzz` is a simple ray tracer that is able to render simple geometric primitives
such as spheres, cubes and planes as well as triangle meshes. It supports direct
and indirect lighting, as soft shadows and uses a very simple model to represent
materials.
`buzz` is a ray tracer that is able to render simple geometric primitives such
as spheres, cubes and planes as well as triangle meshes. It supports direct and
indirect lighting, as well as soft shadows and it uses a very simple model to
represent materials.

Lastly, it also has a primitive implementation of a simple framework to model
and render 3D objects using the Constructive Solid Geometry approach.
Lastly, it also has a primitive implementation of a framework to model and
render 3D objects using the Constructive Solid Geometry approach.

It has been heavily inspired by
https://github.com/petershirley/raytracinginoneweekend.
Expand All @@ -24,8 +24,8 @@ https://github.com/petershirley/raytracinginoneweekend.

## L, the line renderer

`l` is a simple line renderer that is able to render lines lying on 3D objects
with hidden line removal. It supports very basic geometries like cubes, but also
`l` is a line renderer that is able to render lines lying on 3D objects with
hidden line removal. It supports very basic geometries like cubes, but also
functions and triangle meshes.

![trex](images/l/trex.png)
Expand Down

0 comments on commit d524d1b

Please sign in to comment.