Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
the fucking billard holes
Browse files Browse the repository at this point in the history
  • Loading branch information
thongnt99 committed May 19, 2015
1 parent 5129ba0 commit 95753e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified 3D-Billiards.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions Table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Table::Table(char* objFile, bool hasTexture, map<string, texture>* textures):Mod
this->heigh = 0.2574;
holes[0] = new Hole(glm::vec3(-0.46388,heigh,0.22166), 0.04);
holes[1] = new Hole(glm::vec3(-0.46388, heigh, -0.20933), 0.04);
holes[2] = new Hole(glm::vec3(0.00469, heigh, -0.22465), 0.06);
holes[3] = new Hole(glm::vec3(0.00479, heigh, 0.23079), 0.06);
holes[2] = new Hole(glm::vec3(0.00469, heigh, -0.22465), 0.05);
holes[3] = new Hole(glm::vec3(0.00479, heigh, 0.23079), 0.05);
holes[4] = new Hole(glm::vec3(0.47007, heigh, -0.20933), 0.04);
holes[5] = new Hole(glm::vec3(0.47007, heigh, 0.22153), 0.04);
}
Expand Down

0 comments on commit 95753e4

Please sign in to comment.