Skip to content

Commit

Permalink
docs: added banner (#140)
Browse files Browse the repository at this point in the history
* docs: added banner

* chore: fix lint
  • Loading branch information
alvarosabu authored Nov 8, 2024
1 parent 3112305 commit 6ef7fdc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@
.VPNavBarTitle .logo {
height: 16px !important;
}

img {
border-radius: 8px;
}
6 changes: 4 additions & 2 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Post-processing

![Post-processing banner](/banner.png)
> Apply post-processing effects to your 3D scenes with ease.
> Post-processing, in simple terms, consist in applying visual effects to your 3D scenes after they have been rendered. It allows you to add beautiful effects such as depth-of-field, bloom, motion blur, and many more. These effects can greatly enhance the overall look and feel of your projects, making them more immersive and visually captivating.
![Post-processing banner](/tres-post-processing-banner.png)

Post-processing, in simple terms, consist in applying visual effects to your 3D scenes after they have been rendered. It allows you to add beautiful effects such as depth-of-field, bloom, motion blur, and many more.

The `post-processing` package leverages both the excellent work done by the pmndrs [postprocessing](https://github.com/pmndrs/postprocessing) package and native [Three.js post-processing effects](https://threejs.org/examples/?q=postprocessing#webgl_postprocessing). Providing you with an easy-to-use, Vue-centric solution that makes the developer experience (DX) smoother and more delightful.

Expand Down
Binary file added docs/public/tres-post-processing-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ef7fdc

Please sign in to comment.