index
:
ocean-simulation.git
main
My team's final project for Brown University's graduate graphics course. Models an ocean implementing many techniques from relevant literature, leveraging the GPU to make performance viable for a realtime simulation.
csci2240
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glm-master
/
test
/
gtc
/
gtc_vec1.cpp
blob: 268d95e656f2ff80222006963c766b385d3a226b (
plain
)
1
2
3
4
5
6
7
8
#include
<glm/gtc/vec1.hpp>
int
main
()
{
int
Error
=
0
;
return
Error
;
}