mirror of
https://github.com/Ed94/DuctTaped_GL.git
synced 2024-12-21 22:44:47 -08:00
Added comments about the tape holes.
This commit is contained in:
parent
987ae1f129
commit
378dd52a94
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Title : Execution
|
Title : Assignment 1 Execution
|
||||||
Author: Edward R. Gonzalez
|
Author: Edward R. Gonzalez
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
|
/*
|
||||||
|
Title : Assignment 2 Execution
|
||||||
|
Author: Edward R. Gonzalez
|
||||||
|
|
||||||
|
Description:
|
||||||
|
Uses the OMeshInterface with the VerifyMesh function to complete the mesh verification based on the requirements listed in the pdf.
|
||||||
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "DGL/DGL.hpp"
|
#include "DGL/DGL.hpp"
|
||||||
|
|
||||||
#include "Cpp_Alias.hpp"
|
#include "Cpp_Alias.hpp"
|
||||||
@ -58,7 +63,7 @@ namespace Execution
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
cout << _filePathForMesh << " is invalid." << endl << endl;;
|
cout << _filePathForMesh << " is invalid." << endl << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
/*
|
||||||
|
Title : Assignment 2 Execution
|
||||||
|
Author: Edward R. Gonzalez
|
||||||
|
|
||||||
|
Description:
|
||||||
|
Provides a OMesh_HE object interface to make it easier to interact with the Open Mesh library.
|
||||||
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user