Loading PDB Model

Learn to load and use PDB model in Three.js.

Showing proteins from PDB

The PDB website contains detailed information about different molecules and proteins. Besides an explanation of these proteins, it also provides a way to download the structure of these molecules in PDB format. Three.js provides a loader for files specified in the PDB format. In this lesson, we’ll give an example of how we can parse PDB files and visualize them with Three.js.

With this loader included, we’re going to create the following 3D model ...