From 0972d3335a6f7af0a691252f7ec19039fd400792 Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Sun, 11 Aug 2019 15:17:59 -0400 Subject: [PATCH] Another minor proofreading change. --- paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index fa42089..eca5846 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -47,7 +47,7 @@ panoramas were taken can be displayed as markers on the map, whereby clicking a marker will open the corresponding panorama in the viewer. Panoramic videos---videos that cover up to a full 360 degrees of azimuth---are supported via a bundled extension, which is built using -the API. The viewer's underlying rendering code is separate from the user interface +the API. The viewer's underlying rendering code is separate from its user interface code, which allows for more extensive customization and tighter integration with external code, if desired. This rendering code uses a pinhole camera model for equirectangular panoramas implemented as a WebGL fragment shader, instead