diff --git a/README.md b/README.md index a79c45a..755c4f5 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ # FinalProject +The members of the team are: + Yiyun Tan (yiyun.tan@uconn.edu) + Jun Wang (jun.2.wang@uconn.edu) + +Our project is about creating a intuitive interface for inputting 3D point sets. +We use processing 3.0.1. + +We create an interface by controlP5 and realize such functions: + Drawing a 3D coordinate system(move, scale, rorate; + Changing the color of background by RBG value; + + Inputting x, y, z value by keyboard for 3D points, then, it will displays in the 3D coordinate system; + Showing the point sets in a text field; + Deleting the point set; + + Other detail... + +Here is not the final version. We will improve the function of it and realize the set points by mouse press later before the deadline.