Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drcmda committed Jun 12, 2023
1 parent c1ff210 commit 3d257e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ index: [`src/hdri`](src/hdri)

# Matcaps

Compressed mapcaps, resized to 512x512 and converted to `webp`. refer to [emmelleppi/matcaps](https://github.com/emmelleppi/matcaps) for previews.
Compressed matcaps, resized to 512x512 and converted to `webp`. refer to [emmelleppi/matcaps](https://github.com/emmelleppi/matcaps) for previews.

```js
import suzi from '@pmndrs/assets/matcaps/0404E8_0404B5_0404CB_3333FC-512px.webp'
import suzi from '@pmndrs/assets/matcaps/1.webp'
```

index: [`src/matcaps`](src/matcaps)
Expand All @@ -113,7 +113,7 @@ index: [`src/matcaps`](src/matcaps)
Compressed normal-maps, resized to 512x512 and converted to `webp`. refer to [emmelleppi/normal-maps](https://github.com/emmelleppi/normal-maps) for previews.

```js
import suzi from '@pmndrs/assets/normals/151_norm.webp'
import suzi from '@pmndrs/assets/normals/1.webp'
```

index: [`src/normals`](src/normals)
Expand Down

0 comments on commit 3d257e2

Please sign in to comment.