
Introduction to Three.JS
Setup instructions to get started
App structure and the react app
Please https://github.com/explearning/threejs-react
Show the basic scene
Build a plain three.js scene with a perspective camera, WebGL renderer, and a mesh cube, then animate with requestAnimationFrame and handle resize to maintain aspect ratio.
visualize the 3d scene with an axes helper and the right-hand rule, then implement orbit controls to rotate and zoom around the origin in react three fiber.
Explore lighting in three.js using react, converting a box and floor with physical material and a glowing bulb to cast and receive shadows while balancing performance.
Learn to create an interactive 3D scene in React with Three.js by handling click, pointer enter, and pointer leave events to select meshes, scale on hover, and apply colors.
Learn to implement a camera panning user interface in Three.js with React, wiring on-screen buttons to update camera position and target between two cars.
Learn to implement a color picker that changes the color of the vehicle you're viewing, using object names to locate the paint mesh and update the active mesh in state.
Traverse the model to apply cast and receive shadow to all meshes, set materials to front side, and adjust shadow map size and radius with a directional light.
Set up post-processing in a three.js scene using an effect composer, add render passes and effects, and leverage the react post-processing library for easier integration.
Import an effect composer and apply depth of field and bloom, adjust focus distance and focal length, and preview blur to fine-tune a 3d scene.
This course introduces you to the world of three.js and how it can be integrated with react based web application. We make use of react-three-fiber to help you learn and build a website that supports interactive 3D objects.
Let us help you become competitive in building 3D websites and enhance your portfolio!
We will teach you how to setup your react app along with other environment settings to connect with react-three-fiber. This course will go through underlying core concepts of three.js including scene graph, geometry, lighting, materials, textures and shadows. You will learn how to make objects interactive and add physics to your scene.
You will learn how camera settings and lighting work to render the perfect scene. Apply materials and textures to objects to make them come to life. Learn about geometry and meshes to create realistic looking objects. Make your 3D web application interactive by adding controls and setting up events.
By the end of this course you should have your react webpage ready with a 3D model of Tesla workshop that you can enjoy for yourself or share with you friends.
Who should enroll in this course?
This course is for anyone who has basic knowledge or react or javascript and wants to learn how to create interactive 3D websites.