Posted on: 4/9/2014 3:25:41 AM | Views : 340

Hello,
I have created a program that creates a torus object (donut) onto a 3D space and allows the user to navigate around the space using the camera. I am using <GL/glut.h> and I am reading all the vertices and edges from a text file to create the object. Because of this I have a text file and a main.cpp file. These two files are contained in a VC++ Project file.
My question is if I wanted to place the output of this code onto a website so that anybody may see it from a compatible device and input commands such as keystrokes to move the camera, how would I go about doing so?
Respectfully,
Cid

Go to the complete details ...