#Posterize post processing

5 messages · Page 1 of 1 (latest)

pure ibex
#

Hi ! I tried adding posterize effect ton my scene but it look too pixaleted and I cant find how to make it less.

#

here is the scene without the postprocessing

#

I'm new to this word thx a lot if u take time to read my post 🙂

#

the html : <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PaperBagRoulette</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<div class="camera-view">
<canvas class="camera-content"></canvas>
</div>
<div class="menu">
<div class="menu-content">
<h3>Menu</h3>
<p>I will put some shit here...</p>
</div>
<div class="menu-footer">
<button>Option 1</button>
<button>Option 2</button>
</div>
</div>
</div>
<script type="importmap">
{
"imports": {
"three": "./three.js-master/build/three.module.js",
"three/addons/": "./three.js-master/examples/jsm/"
}
}
</script>
<script type="module" src="client.js"></script>
</body>
</html>