Mini tutorial on making Threejs look good/realistic

Small rundown of what you need to do in order to push Threejs out of the 90s era CGI look. Ask questions here if you want.

5 Likes

I like the extremely high effect-to-code ratio of react-three-fiber, i.e. with a few lines it is possible to achieve amazing visual results.

1 Like

thanks pavel! i value composition a great deal, many tasks become easier to handle if they are composable. like, all of this is possible without, but how many have tried, or not because it would mean writing too much boilerplate that is then too exhausting to control and move around by code until it looks right.

1 Like