Hi everyone, I'm not a C++ guru and so would need a little help please !
For 3D matters, I created a class vertex3D:
class vertex3D
{
public:
float verX; // x coordinate
float verY; // huh :)
float verZ;
...
As I save the coordinates in a file, I added the operator << to my class...
Hi,
I'd like to built a program to design my levels (working on a game engine), but I'd need to add controls elements next to the 3D window. Is there a way to make OpenGL and MFCs work together ? (I'd rather not use the glui user interface, too messy and there are fewer controls)
thks :)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.