Explore the fundamentals of 3D graphics and WebGL in this JSUnconf 2016 talk. Dive into the complexities of 3D rendering, covering essential concepts and terminology unique to the field. Learn about different rendering methods, the GL rendering pipeline, materials like phong, and the role of shaders. Gain insights into the mathematical foundations, including matrices and homogeneous coordinates, crucial for understanding 3D graphics. Discover the rendering equation, coordinate systems, and the process of creating 3D scenes with objects and geometry. Understand the steps involved in the rendering algorithm, from vertex shaders and primitive assembly to fragment shaders. This comprehensive introduction equips you with the knowledge needed to navigate WebGL frameworks and documentation more effectively.
Welcome to 3D - An Introduction to WebGL Introductions