Skip to content

Commit

Permalink
POC - pencil sketch post processing effect
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Jul 13, 2023
1 parent 278c40f commit 4a30c53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<!-- save / load -->
<script src="./src/json-utils.js"></script>
<script src="https://cdn.jsdelivr.net/gh/akbartus/A-Frame-Component-Postprocessing/dist/post-processing.min.js"></script>

<!-- ocean -->
<script src="./src/components/ocean-plane.js"></script>
Expand Down Expand Up @@ -45,6 +46,7 @@
vr-mode-ui-if-headset
renderer="colorManagement: true; physicallyCorrectLights: true;"
inspector="url: //3dstreet.app/dist/3dstreet-editor.js"
post-processing="effect: sketchy-pencil"
>
<a-assets>
<!-- uncomment the line below to load assets from local github submodule -->
Expand Down

0 comments on commit 4a30c53

Please sign in to comment.