πŸ“• three.js Bookshelf

Tried to give an abstract overview of three.js

6 Likes

I got a WIP article on instancing, but curious if it’s easy to follow so far:

3 Likes

Complete Guide to 3D Computer Graphics

Various topics, fundamentals, illustrations, mathematics, physics etc. All in an organised manner.
https://www.scratchapixel.com/

4 Likes

Physically Based Rendering:
From Theory To Implementation

http://www.pbr-book.org/

6 Likes

I recommend the website of Paul Bourke. It is not about Three.js, but covers a lot of math topics relevant for computer graphics (projections, file formats, interpolation methods etc. etc.). I like the format very much. Clear and concise presentation of interesting topics. I have learned a lot from that site.

A simple overview of "The Science of Rendering Photorealistic CGI"

5 Likes

A great talk by the genius John Carmack about lighting and rendering. One of my favorites :blush:

7 Likes

UC Davis Academics - Computer Graphics, Fall 2009
Deep knowledge in 3D is here. Lections from Ken Joy.

1 Like

Cool,

Here is a link to my Threejs and TypeScript course

Udemy : https://www.udemy.com/course/threejs-tutorials/?referralCode=4C7E1DE91C3E42F69D0F

Skillshare : https://skl.sh/2uxctEP

and it’s accompanying documentation
https://sbcode.net/threejs/

Course Image

2 Likes

thank you , very useful

Lighting

Some sources

new

2 Likes