rewording

This commit is contained in:
2022-08-16 16:16:56 +02:00
parent 4ccfa728c6
commit 12798ff725
2 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ To automatically make an archive (`source.zip`) ready for uploading to blackboar
* `create_code_archive_for_blackboard_LINUX.sh`
* `create_code_archive_for_blackboard_WINDOWS.bat`.
This script will explicitly ignore the `target` folder, and two files given as a handout for assignment 3, to save space:
This script will explicitly ignore the `target` folder, and two files given as a handout for excercise 3, to save space:
* `resources/helicopter.obj`
* `resources/lunarsurface.obj`

View File

@@ -133,7 +133,7 @@ fn main() {
// The example code below creates a 'shader' object.
// It which contains the field `.program_id` and the method `.activate()`.
// The `.` in the path is relative to `Cargo.toml`.
// This snippet is not enough to do the assignment, and will need to be modified (outside
// This snippet is not enough to do the excercise, and will need to be modified (outside
// of just using the correct path), but it only needs to be called once
/*
@@ -145,7 +145,7 @@ fn main() {
*/
// Used to demonstrate keyboard handling for assignment 2.
// Used to demonstrate keyboard handling for excercise 2.
let mut _arbitrary_number = 0.0; // feel free to remove
@@ -188,7 +188,7 @@ fn main() {
*delta = (0.0, 0.0); // reset when done
}
// == // Please compute camera transforms here (assignment 2 & 3)
// == // Please compute camera transforms here (excercise 2 & 3)
unsafe {