small website updates

Summary: Small fixes to website rendering

Reviewed By: jcjohnson

Differential Revision: D23281746

fbshipit-source-id: c9dc8edd5e52f39d4e0e19f10ecc7e035b39feda
This commit is contained in:
Nikhila Ravi
2020-08-26 09:20:42 -07:00
committed by Facebook GitHub Bot
parent 9aeb88b48e
commit c25fd83694
5 changed files with 21 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ Rendering requires transformations between several different coordinate frames:
For example, given a teapot mesh, the world coordinate frame, camera coordiante frame and image are show in the figure below. Note that the world and camera coordinate frames have the +z direction pointing in to the page.
<img src="assets/world_camera_image.png" width="1000">
<img src="assets/world_camera_image.jpg" width="1000">
---