@simondev758
  @simondev758
SimonDev | Simple Third Person Camera (using Three.js/JavaScript) @simondev758 | Uploaded 3 years ago | Updated 3 hours ago
Follow me on:
Twitter: https://twitter.com/iced_coffee_dev
Github: https://github.com/simondevyoutube/

I show you how to build out a simple third person camera in three.js and JavaScript, from scratch. The goal here is to understand the mechanics of a simple follow camera (or third person camera), what goes into designing one, what considerations are made, and how to code one up. We'll step through various smoothing options and show you the effect of framerate differences and how to mitigate those problems.

Previously in videos, we covered three.js camera support and how to build out a simple third person character controller. This tutorial is a natural progression of the topic, covering 3rd person cameras. This is all part of a series of beginner tutorials on three.js, starting scratch and working up to the point of having moving animated characters in a small world.

The three.js library is available in JavaScript for cross-browser 3d graphics, wrapping webgl and making high level functionality available in the web browser. It’s an extremely mature and well maintained library that I use for many of these videos.

In the video, we cover:
* Game camera systems, 1st person vs 3rd person cameras
* Architecture considerations when building out the camera class, how to decouple things in a clean way for future reuse.
* Smooth interpolation and how to combat framerate changes.
Simple Third Person Camera (using Three.js/JavaScript)How Slow is JavaScript Really? JavaScript vs C++ (Data Structures & Optimization)I Tried to Make Star Wars Battlefront II in JavaScriptAn In-Depth look at Lerp, Smoothstep, and Shaping FunctionsMake stuff look better with DECALS!Three.js  Post Processing Tutorial | Easy & Quick for Beginners (JavaScript)3D World Generation #7: Speeding it up via Threading (JavaScript Web Workers & Three.js)Fluffy, Soft Particles (WebGL/Three.js)How do Major Video Games Render Grass?SimonDev Course Announcement! | Course TrailerIs the COST of JavaScript’s GC REALLY that high?What Big-O notation ACTUALLY tells you, and how I almost failed my Google Interview

Simple Third Person Camera (using Three.js/JavaScript) @simondev758