Horde3D http://horde3d.org/forums/ |
|
Error in the Hello World tutorial http://horde3d.org/forums/viewtopic.php?f=3&t=1188 |
Page 1 of 1 |
Author: | pekuja [ 28.06.2010, 10:43 ] |
Post subject: | Error in the Hello World tutorial |
In the Hello World tutorial, as seen at http://horde3d.org/docs/html/_tutorial.html , the function call to h3dSetNodeParamF is missing the parameter index. The line should be: Code: h3dSetNodeParamF( light, H3DLight::RadiusF, 0, 50.0f ); The tutorial also omits including the header files: Code: #include <Horde3D.h> #include <Horde3DUtils.h> The version of the tutorial in the wiki is even more out of date. Are the wiki pages updated through some process or can I just go and fix the code in the wiki myself? |
Author: | Volker [ 28.06.2010, 11:18 ] |
Post subject: | Re: Error in the Hello World tutorial |
Thanks for the hint. pekuja wrote: The version of the tutorial in the wiki is even more out of date. Are the wiki pages updated through some process or can I just go and fix the code in the wiki myself? No it's not automated, so you can fix or enhance it yourself |
Author: | pekuja [ 28.06.2010, 16:39 ] |
Post subject: | Re: Error in the Hello World tutorial |
Volker wrote: Thanks for the hint. pekuja wrote: The version of the tutorial in the wiki is even more out of date. Are the wiki pages updated through some process or can I just go and fix the code in the wiki myself? No it's not automated, so you can fix or enhance it yourself Done. I fixed the first four tutorials. The Qt4 tutorial was already up to date, and the Gtkmm, Stereo Rendering, Basic Pipeline and Procedural Geometry tutorials still need updating. |
Page 1 of 1 | All times are UTC + 1 hour |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |