JoandyDeLaCruz_IT201-019_Project1
Feature 1: Display Mouse position Input: Mouse location Process: assign mouse X, Y position to text object Output: Text is displayed in the lower left corner showing X and Y of the mouse.
Feature 2: Paint Objects Input: Mouse right Click Process: Right click on mouse to draw and creates cube objects of the color you choose. Output: an object is drawn where the mouse is clicked. Difference: This feature is different from class project in [ switched primitive cylinder to a cube.
Feature 3: change size of object Input: drag size slider Process: Slide left and right to increase or decrease size Output: the size of the object is changed between 0.1f to 1f. Difference: This feature is different from class project in as the user can modify the shape themselves to a set value.
Feature 4: change Color
input: Sliders (Red, Green, and Blue) Process: gives user input for the color choices on the RGB sliders, left drag any of the sliders to get a red, blue, and green value in the cube color. Output: Move RGB sliders to change colors.
Feature 5: destroy Objects
Input: right mouse click
Process: drag the mouse and after 7 seconds the objects are destroyed.
Output: deleted objects.