Pull recent changes from bitbucket
This commit is contained in:
commit
4aebb5f172
15 changed files with 2382445 additions and 2 deletions
21416
data/32_dodge.obj
Normal file
21416
data/32_dodge.obj
Normal file
File diff suppressed because it is too large
Load diff
31487
data/57chevy.obj
Normal file
31487
data/57chevy.obj
Normal file
File diff suppressed because it is too large
Load diff
25867
data/83_honda_atc.obj
Normal file
25867
data/83_honda_atc.obj
Normal file
File diff suppressed because it is too large
Load diff
597213
data/Max-Planck_400K.obj
Normal file
597213
data/Max-Planck_400K.obj
Normal file
File diff suppressed because it is too large
Load diff
104308
data/bunny.obj
Normal file
104308
data/bunny.obj
Normal file
File diff suppressed because it is too large
Load diff
9879
data/cow.obj
Normal file
9879
data/cow.obj
Normal file
File diff suppressed because it is too large
Load diff
1309062
data/dragon.obj
Normal file
1309062
data/dragon.obj
Normal file
File diff suppressed because it is too large
Load diff
7892
data/foot_bones.obj
Normal file
7892
data/foot_bones.obj
Normal file
File diff suppressed because it is too large
Load diff
109578
data/hand.obj
Normal file
109578
data/hand.obj
Normal file
File diff suppressed because it is too large
Load diff
59550
data/horse.obj
Normal file
59550
data/horse.obj
Normal file
File diff suppressed because it is too large
Load diff
94230
data/mask.obj
Normal file
94230
data/mask.obj
Normal file
File diff suppressed because it is too large
Load diff
5657
data/max_low.obj
Normal file
5657
data/max_low.obj
Normal file
File diff suppressed because it is too large
Load diff
6304
data/venus_disc.obj
Normal file
6304
data/venus_disc.obj
Normal file
File diff suppressed because it is too large
Load diff
|
@ -44,7 +44,7 @@ const float segmentColors[segmentColorCount][3] =
|
||||||
};
|
};
|
||||||
|
|
||||||
Viewer::Viewer()
|
Viewer::Viewer()
|
||||||
: AbstractViewer("CG1 Exercise 2"),
|
: AbstractViewer("CG1 Exercise 3"),
|
||||||
renderer(polymesh)
|
renderer(polymesh)
|
||||||
{
|
{
|
||||||
SetupGUI();
|
SetupGUI();
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#include <gui/ShaderPool.h>
|
#include <gui/ShaderPool.h>
|
||||||
|
|
||||||
Viewer::Viewer()
|
Viewer::Viewer()
|
||||||
: AbstractViewer("CG1 Exercise 4"),
|
: AbstractViewer("CG1 Exercise 5"),
|
||||||
renderer(polymesh),
|
renderer(polymesh),
|
||||||
corrPositions(nse::gui::VertexBuffer)
|
corrPositions(nse::gui::VertexBuffer)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue