Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asny committed Jan 16, 2022
1 parent 4faa581 commit c07df08
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,71 +1,71 @@

# Examples

## Triangle [[code](https://github.com/asny/three-d/tree/master/examples/triangle/main.rs)] [[web](https://asny.github.io/three-d/0.10/triangle.html)]
## Triangle [[code](https://github.com/asny/three-d/tree/master/examples/triangle/main.rs)] [[demo](https://asny.github.io/three-d/0.10/triangle.html)]

![Triangle example](https://asny.github.io/three-d/0.10/triangle.png)

## Mandelbrot [[code](https://github.com/asny/three-d/tree/master/examples/mandelbrot/main.rs)] [[web](https://asny.github.io/three-d/0.10/mandelbrot.html)]
## Mandelbrot [[code](https://github.com/asny/three-d/tree/master/examples/mandelbrot/main.rs)] [[demo](https://asny.github.io/three-d/0.10/mandelbrot.html)]

![Mandelbrot example](https://asny.github.io/three-d/0.10/mandelbrot.png)

## Shapes2D [[code](https://github.com/asny/three-d/tree/master/examples/shapes2d/main.rs)] [[web](https://asny.github.io/three-d/0.10/shapes2d.html)]
## Shapes2D [[code](https://github.com/asny/three-d/tree/master/examples/shapes2d/main.rs)] [[demo](https://asny.github.io/three-d/0.10/shapes2d.html)]

![Shapes2d example](https://asny.github.io/three-d/0.10/shapes2d.png)

## Shapes [[code](https://github.com/asny/three-d/tree/master/examples/shapes/main.rs)] [[web](https://asny.github.io/three-d/0.10/shapes.html)]
## Shapes [[code](https://github.com/asny/three-d/tree/master/examples/shapes/main.rs)] [[demo](https://asny.github.io/three-d/0.10/shapes.html)]

![Shapes example](https://asny.github.io/three-d/0.10/shapes.png)

## Texture [[code](https://github.com/asny/three-d/tree/master/examples/texture/main.rs)] [[web](https://asny.github.io/three-d/0.10/texture.html)]
## Texture [[code](https://github.com/asny/three-d/tree/master/examples/texture/main.rs)] [[demo](https://asny.github.io/three-d/0.10/texture.html)]

![Texture example](https://asny.github.io/three-d/0.10/texture.png)

## Picking [[code](https://github.com/asny/three-d/tree/master/examples/picking/main.rs)] [[web](https://asny.github.io/three-d/0.10/picking.html)]
## Picking [[code](https://github.com/asny/three-d/tree/master/examples/picking/main.rs)] [[demo](https://asny.github.io/three-d/0.10/picking.html)]

![Picking example](https://asny.github.io/three-d/0.10/picking.png)

## Environment [[code](https://github.com/asny/three-d/tree/master/examples/environment/main.rs)] [[web](https://asny.github.io/three-d/0.10/environment.html)]
## Environment [[code](https://github.com/asny/three-d/tree/master/examples/environment/main.rs)] [[demo](https://asny.github.io/three-d/0.10/environment.html)]

![Environment example](https://asny.github.io/three-d/0.10/environment.png)

## PBR [[code](https://github.com/asny/three-d/tree/master/examples/pbr/main.rs)] [[web](https://asny.github.io/three-d/0.10/pbr.html)]
## PBR [[code](https://github.com/asny/three-d/tree/master/examples/pbr/main.rs)] [[demo](https://asny.github.io/three-d/0.10/pbr.html)]

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

## Lighting [[code](https://github.com/asny/three-d/tree/master/examples/lighting/main.rs)] [[web](https://asny.github.io/three-d/0.10/lighting.html)]
## Lighting [[code](https://github.com/asny/three-d/tree/master/examples/lighting/main.rs)] [[demo](https://asny.github.io/three-d/0.10/lighting.html)]

![Lighting example](https://asny.github.io/three-d/0.10/lighting.png)

## Image [[code](https://github.com/asny/three-d/tree/master/examples/image/main.rs)] [[web](https://asny.github.io/three-d/0.10/image.html)]
## Image [[code](https://github.com/asny/three-d/tree/master/examples/image/main.rs)] [[demo](https://asny.github.io/three-d/0.10/image.html)]

![Image example](https://asny.github.io/three-d/0.10/image.png)

## Fog [[code](https://github.com/asny/three-d/tree/master/examples/fog/main.rs)] [[web](https://asny.github.io/three-d/0.10/fog.html)]
## Fog [[code](https://github.com/asny/three-d/tree/master/examples/fog/main.rs)] [[demo](https://asny.github.io/three-d/0.10/fog.html)]

![Fog example](https://asny.github.io/three-d/0.10/fog.png)

## Fireworks [[code](https://github.com/asny/three-d/tree/master/examples/fireworks/main.rs)] [[web](https://asny.github.io/three-d/0.10/fireworks.html)]
## Fireworks [[code](https://github.com/asny/three-d/tree/master/examples/fireworks/main.rs)] [[demo](https://asny.github.io/three-d/0.10/fireworks.html)]

![Fireworks example](https://asny.github.io/three-d/0.10/fireworks.png)

## Statues [[code](https://github.com/asny/three-d/tree/master/examples/statues/main.rs)] [[web](https://asny.github.io/three-d/0.10/statues.html)]
## Statues [[code](https://github.com/asny/three-d/tree/master/examples/statues/main.rs)] [[demo](https://asny.github.io/three-d/0.10/statues.html)]

![Statues example](https://asny.github.io/three-d/0.10/statues.png)

## Wireframe [[code](https://github.com/asny/three-d/tree/master/examples/wireframe/main.rs)] [[web](https://asny.github.io/three-d/0.10/wireframe.html)]
## Wireframe [[code](https://github.com/asny/three-d/tree/master/examples/wireframe/main.rs)] [[demo](https://asny.github.io/three-d/0.10/wireframe.html)]

![Wireframe example](https://asny.github.io/three-d/0.10/wireframe.png)

## Forest [[code](https://github.com/asny/three-d/tree/master/examples/forest/main.rs)] [[web](https://asny.github.io/three-d/0.10/forest.html)]
## Forest [[code](https://github.com/asny/three-d/tree/master/examples/forest/main.rs)] [[demo](https://asny.github.io/three-d/0.10/forest.html)]

![Forest example](https://asny.github.io/three-d/0.10/forest.png)

## Normals [[code](https://github.com/asny/three-d/tree/master/examples/normals/main.rs)] [[web](https://asny.github.io/three-d/0.10/normals.html)]
## Normals [[code](https://github.com/asny/three-d/tree/master/examples/normals/main.rs)] [[demo](https://asny.github.io/three-d/0.10/normals.html)]

![Normals example](https://asny.github.io/three-d/0.10/normals.png)

## Logo [[code](https://github.com/asny/three-d/tree/master/examples/logo/main.rs)] [[web](https://asny.github.io/three-d/0.10/logo.html)]
## Logo [[code](https://github.com/asny/three-d/tree/master/examples/logo/main.rs)] [[demo](https://asny.github.io/three-d/0.10/logo.html)]

![Logo example](https://asny.github.io/three-d/0.10/logo.png)

0 comments on commit c07df08

Please sign in to comment.