@@ -60,7 +60,7 @@ Contains any headers that are common to two or more books. This is also where ex
60
60
are stored.
61
61
62
62
### src/` <book> ` /
63
- Contains the source specific to any one book. Their is no sharing of source outside of the common
63
+ Contains the source specific to any one book. There is no sharing of source outside of the common
64
64
directory.
65
65
66
66
@@ -69,7 +69,7 @@ Source Code
69
69
### Intent
70
70
This repository is not meant to act as its own tutorial. The source is provided so you can compare
71
71
your work when progressing through the book. We strongly recommend reading and following along with
72
- the book to understand the source. Ideally, you'll be developing your own implmentation as you go,
72
+ the book to understand the source. Ideally, you'll be developing your own implementation as you go,
73
73
in order to deeply understand how a raytracer works.
74
74
75
75
### Downloading The Source Code
@@ -96,7 +96,7 @@ branch.
96
96
97
97
Building and Running
98
98
---------------------
99
- Copies of source are provided for you to check your work and compare against. If you wish to build
99
+ Copies of the source are provided for you to check your work and compare against. If you wish to build
100
100
the provided source, this project uses CMake. To build, go to the root of the project directory and
101
101
run the following commands to create the debug version of every executable:
102
102
@@ -118,7 +118,7 @@ You may choose to use the CMake GUI when building on windows.
118
118
` C:\Users\Peter\raytracing.github.io ` .
119
119
3 . Add the folder "build" within the location of the copied directory. For example,
120
120
` C:\Users\Peter\raytracing.github.io\build ` .
121
- 4 . For "Where to build the binaries", set this to the newly-created build directory.
121
+ 4 . For "Where to build the binaries", set this to the newly-created " build" directory.
122
122
5 . Click "Configure".
123
123
6 . For "Specify the generator for this project", set this to your version of Visual Studio.
124
124
7 . Click "Done".
0 commit comments