Compare commits
2 Commits
19abc87891
...
7a49a37a9b
Author | SHA1 | Date |
---|---|---|
David Baranyai | 7a49a37a9b | |
David Baranyai | 572c811bec |
|
@ -58,6 +58,11 @@ Parameters::Parameters()
|
|||
}
|
||||
}
|
||||
|
||||
Parameters::~Parameters()
|
||||
{
|
||||
file.close();
|
||||
}
|
||||
|
||||
double Parameters::GetMaterial(int x, int y, int z)
|
||||
{
|
||||
//To-Do
|
||||
|
|
Loading…
Reference in New Issue