Mohan Guo -- The project leader plays a positive role in the division of labor and supervision of the project. Flexibly assist with debugging and modification when encountering code issues in two groups.
Wenyuan Cui, Jiangjian Xie -- Collision section code writing team. Responsible for querying and writing physical models of object collisions in three-dimensional space, and establishing spatial models, physical models, and object models.
Zhekai Zhu, Shanshang Zeng -- The deformation part code writing group. Responsible for querying and writing code implementation for objects colliding with boundaries in three-dimensional space to generate deformation.
## General implement
We use the VertexBufferObject class which can store the matrix of every triangles to implement complex 3D figure.
We use the Jbullet to create a physical World and deal the collition, deformation of that onject.
@@ -84,3 +91,6 @@ For open source projects, say how it is licensed.
## Project status
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
## Code
link to the branch containing all complete: (https://agile.bu.edu/gitlab/ec504/ec504_projects/group5.git)