HI.
I'm a beginner with programming and I got an assignment at school to render a 3D scene using an open source rendering engine. One of the tasks of the assignment was to understand the things that we were doing
.So, I've chosen Horde 3D because I believed to be the simplest , but I have no idea how to make it work. I've downloaded the package from
http://www.horde3d.org/download.html (the SDK) ...and I've tried to run the example from this tutorial
http://www.horde3d.org/docs/html/_tutorial.html in VC++ 2008. I thought the install was the same with the installation of openGL ( telling VC++ where to find the LIB and Include folders, and also to put the in the system path), but nothing
. I tried compiling the source code of Horde but still nothing:(. Please, can you help me, I know that maybe I'm asking stupid questions and I'm sorry
but I have no idea how to solve this