Skip to content

Commit 6ef7fdc

Browse files
authored
docs: added banner (#140)
* docs: added banner * chore: fix lint
1 parent 3112305 commit 6ef7fdc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/.vitepress/theme/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,7 @@
6161
.VPNavBarTitle .logo {
6262
height: 16px !important;
6363
}
64+
65+
img {
66+
border-radius: 8px;
67+
}

docs/guide/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Post-processing
22

3-
![Post-processing banner](/banner.png)
3+
> Apply post-processing effects to your 3D scenes with ease.
44
5-
> 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.
5+
![Post-processing banner](/tres-post-processing-banner.png)
6+
7+
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.
68

79
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.
810

543 KB
Loading

0 commit comments

Comments
 (0)