From 3448625469e607aff9e6ccc8585c5e4201f841f1 Mon Sep 17 00:00:00 2001 From: "YingLiang Ma (ac7020)" Date: Wed, 15 Sep 2021 22:56:11 +0100 Subject: [PATCH] Add Terrain --- Session 6/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Session 6/README.md b/Session 6/README.md index f817d25..d239af9 100644 --- a/Session 6/README.md +++ b/Session 6/README.md @@ -12,7 +12,8 @@ The base project can be downloaded from this week Github folder. which contains Studio Solution to get you started with the modern version of OpenGL. The project uses the libraries: GLM, GLEW and freeglut. The project contains initialisation code to create a window and to draw a flat height map. Compile and run the code and check that you get the grid shown below. -Make Sure, the project Configuration is set as 'x64' (NOT 'Win32'). + +### Make Sure, the project Configuration is set as 'x64' (NOT 'Win32'). ![baseProject picture](https://github.coventry.ac.uk/ac7020/322COM_TeachingMaterial/blob/master/Session%206/Readme%20Pictures/TerranFlat.JPG)