To add a field of stars around our plane, we're going to need to use Three.js' Points
object. This is very similar to a mesh, except it only utilizes a geometry's position attribute to populate your screen full of points.
This episode will teach you how to create and use this Points
object, and how to rotate your starfield so you get the effect of stars swirling around a rotating planet.