From f39e414a216884287aa37cc3187065d4dfc4f6ae Mon Sep 17 00:00:00 2001 From: Jun Wang Date: Thu, 10 Dec 2015 03:28:22 -0500 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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.