Commit 6bef6a6c authored by Zhekai  Zhu's avatar Zhekai Zhu
Browse files

Update README.md

parent 5d84ef11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ Bouncing Shape
This Project aim to Design and implement a Java application that efficiently bounces a complex, deformable, three-dimensional figure around a window. The figure should deform (somewhat) upon touching other surfaces, such as the sides of the window or any other figures, and the code must also report, at regular intervals, the frame rate (frames/second) that is being displayed on the screen. 

## Group members
Mohan Guo, Wenyuan Cui, Jiangjian Xie, Zhekai Zhu, Zengshan Shang
Mohan Guo, Wenyuan Cui, Jiangjian Xie, Zhekai Zhu, Shanshang Zeng

## General implement
We use the VertexBufferObject class which can store the matrix of every triangles to implement complex 3D figure.