Visualization, Spring'98, Yap
HOMEWORK 4:
ROTATING CUBES (SERVER-CLIENT VERSION)
-
DUE:
-
INTRODUCTION
In this exercise, we want you to
modify the HW 1 into a client-server framework. That is,
we want a client that displays the rotating cube, but the
rendering is performed on the server side. The server
sends the rendered buffer to the client who displays it.
Upon receipt of an image, the client makes another request.
-
DETAILS
Use the TCP/IP protocol (the sample program in the
lecture can be modified for our purposes).
The client requests to the server are one of the following:
- Rotate Outer Cube (x,y,x',y') (see HW1 for these parameters).
- Rotate Inner Cube (x,y,x',y').
- Update Image. This is in the absence of other user commands.
- Radio Button Command (spin, shading).
- Quit.
-
ADDITIONAL NOTES
[PREVIOUS HOMEWORK]
[NEXT HOMEWORK]
[ALL HOMEWORKS]
[CLASS PAGE]