logo
Course

Vanilla Three.js Course

0% completed

100%

Chapter 01

Getting Started

  • Meet Adrian, Your Instructor

    Free
  • Get the Most Out of This Course

    Free
  • Access to a Private 24/7 Community

    Free
  • Environment Setup

    Free

Chapter 02

Introduction to 3D and Three.js

  • What is Three.js and Why Use It?

  • Setting Up Three.js — Your First Step into 3D Web

  • Basic Three.js Structure

  • Cameras

  • OrbitControls

Chapter 03

Transformations

  • Transformations

  • Position

  • Rotation

  • Scale.

Chapter 04

Meshes and Geometries

  • An Introduction to Meshes

  • Geometries

  • BoxGeometry

  • SphereGeometry

  • TorusGeometry

  • PlaneGeometry

  • Custom Geometry

Chapter 05

GUI (Graphical User Interface)

  • GUI (Graphical User Interface)

  • lil-gui library

  • Range (Slider)

  • Color Picker

  • Checkbox Controls

  • Folders

  • Dropdown (Select)

Chapter 06

Lights

  • Introduction to Lights

  • AmbientLight

  • DirectionalLight

  • PointLight

  • SpotLight

  • RectAreaLight

  • HemisphereLight

  • Final Lesson of Light

Chapter 07

Materials

  • Introduction to Materials

  • MeshBasicMaterial

  • MeshStandardMaterial

  • MeshPhysicalMaterial

  • MeshMatcapMaterial

  • MeshPhongMaterial

  • MeshToonMaterial

Chapter 08

Textures

  • Textures

  • Color/Albedo Map

  • Normal Map

  • Roughness Map/Gloss Map

  • Displacement Map

  • Metalness Map

  • Emissive Map

  • Specular Map

  • Mask Map

  • Environment Map

Chapter 09

Models

  • Let’s Talk About 3D Models

  • Add First Model

  • Change colors

  • 🎛️ Adding GUI Controls for Each Mesh

  • Playing Model Animations

  • OBJLoader

  • Loading .obj + .mtl Models

  • FBXLoader

  • Loading FBX Models

Chapter 10

Animations

  • Basic Animation

  • GSAP & Three.js

  • Advanced Camera Animation with GSAP

Course

Environment Setup

Loading...

Environment Setup

Loading...
Loading...
Loading...
    Video thumbnail
    Course icon

    Sign up to watch this lesson (and more).

    By logging in, you'll unlock full access to this and other free tutorials on JSM Pro.

    Why? Logging in lets us personalize your learning experience, track your progress, and keep you in the loop with new workshops, coding tips, and platform updates.

    You'll also be the first to know about upcoming launches, events, and exclusive discounts.

    No spam—just helpful content to level up your skills.

    If that sounds fair, go ahead and log in to continue →

    Enter your name and email to get instant access

    or

    Already have an account? Log in

    0 Comments

    glass-bbok

    No Comments Yet

    Be the first to share your thoughts and start the conversation.

    tick-guideNext Lesson

    What is Three.js and Why Use It?

    Before diving into the exciting world of JavaScript, let’s set up your development environment for a seamless learning and development experience.

    1. Choose a Browser

    Since JavaScript runs in the browser, you’ll need one to test your code. If you already have a browser like Chrome, Firefox, or Edge, you’re good to go. However, if you’re looking for something fresh, I recommend trying Arc. Arc is an innovative browser with:

    • A collapsible sidebar for better focus.
    • Customizable spaces to organize work.
    • Full-screen views without the traditional top bar.

    That said, any browser will work perfectly fine for this course, so use the one you’re most comfortable with.

    All browsers offer amazing include developer tools allowing you to do range of things, from inspecting currently-loaded HTML, CSS and JavaScript to showing which assets the page has requested and how long they took to load.

    You can open dev tools in any browser by right-clicking the site and clicking inspect. You can also use the shortcut: + + (on Mac) or on your keyboard.

    2. Install Node.js

    Although this course doesn’t cover backend development, having Node.js installed is a great idea. It allows you to run JavaScript outside the browser, and it’s a must-have if you plan to explore tools like package managers or frameworks in the future.

    • Head to Node.js and download the latest LTS (Long-Term Support) version.

    • Installation is straightforward and varies slightly based on your operating system.

    3. Install Git

    While it's not mandatory to have Git installed for this course, it's absolutely essential for your growth as a developer. It's non-negotiable.

    You can download Git from it's website.

    And if you haven’t used it before, I’ll link our complete Git and GitHub Course so you can learn how to use them quickly and effectively.

    4. Choose a Code Editor

    Your is where you’ll spend most of your time writing JavaScript.

    Here are two popular options:

    • Visual Studio Code (VS Code): Lightweight, highly customizable, andpacked with features. It’s the editor I’ll use throughout this course.

    Feel free to explore themes to personalize your editor’s appearance. I personally use the Catppuccin Mocha theme for a dark and sleek look.

    5. Keep It Simple

    You don’t need to install every tool or extension right now. Start with the basics and add as you go. The goal is to have an environment that feels intuitive and supports your learning.

    With your environment ready, you’re all set to dive into this course!

    WebStorm: A powerful IDE with features like intelligent code assistance and free access for non-commercial use.

    Arc Browser
    faviconhttps://arc.net/download
    thumbnail