Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added FinalImgs/CamInteractionThumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FinalImgs/bunny_vertex_shade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FinalImgs/cow_blinn_shade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FinalImgs/cow_diffuse_shade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FinalImgs/cow_point_raster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FinalImgs/cow_shade_by_normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FinalImgs/cube_line_raster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FinalImgs/performance_zoom_in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FinalImgs/performance_zoom_in_pieChart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FinalImgs/performance_zoom_out.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FinalImgs/performance_zoom_out_pieChart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
225 changes: 81 additions & 144 deletions README.md

Large diffs are not rendered by default.

Binary file added external/FreeImage/FreeImage.dll
Binary file not shown.
Binary file added external/FreeImage/FreeImage.lib
Binary file not shown.
3 changes: 3 additions & 0 deletions external/src/objUtil/obj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ void obj::buildVBOs(){
ibo[i] = IBOvec[i];
}
setColor(glm::vec3(.4,.4,.4));

}

void obj::compareMaxMin(float x, float y, float z){
Expand Down Expand Up @@ -309,6 +310,8 @@ int* obj::getIBO(){
return ibo;
}



int obj::getVBOsize(){
return vbosize;
}
Expand Down
Loading