From b3b1e3b51c0ec7ca670852197604f54bca95377a Mon Sep 17 00:00:00 2001 From: Hesper Yin <hyin2@andrew.cmu.edu> Date: Thu, 5 Nov 2020 17:40:50 -0500 Subject: [PATCH] Update bounding_volume_hierarchy.md --- docs/pathtracer/bounding_volume_hierarchy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pathtracer/bounding_volume_hierarchy.md b/docs/pathtracer/bounding_volume_hierarchy.md index 76341b0..2a4886c 100644 --- a/docs/pathtracer/bounding_volume_hierarchy.md +++ b/docs/pathtracer/bounding_volume_hierarchy.md @@ -46,10 +46,10 @@ In Render mode, simply check the box for "BVH", and you would be able to see the The bvh constructed for spot on the 10th level.  -The bvh constructed for a scene composed of several cubs and spheres on the 0th level. +The bvh constructed for a scene composed of several cubes and spheres on the 0th level.  -The bvh constructed for a scene composed of several cubs and spheres on the 1st level. +The bvh constructed for a scene composed of several cubes and spheres on the 1st level.  The bvh constructed for bunny on the 10th level. -- GitLab