From 113c1627828bfd4a56c88eaf714a1faf96ff4c95 Mon Sep 17 00:00:00 2001 From: Russ <72242656+Russ741@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:17:05 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e90849..ad9bce8 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ A 3D visualizer for [PDB format](https://en.wikipedia.org/wiki/Protein_Data_Bank_(file_format)) molecular structures. -## How To Use - The live demo can be seen [here](https://russ741.github.io/molecule-visualizer/). +![A rendering of a proline molecule](/proline.png) + +## How To Use + The camera controls follow the OrbitControls conventions (see [this page](https://github.com/mrdoob/three.js/blob/841d2e791d3e8a2463322c5ca31b16956828b91c/examples/jsm/controls/OrbitControls.js#L17) for details) and can be controlled with combinations of mouse, keyboard (including ctrl keys) and one/two finger touch.