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