hello everyone, ive been experimenting with the OGRE engine the past few days. i realized that the source code of humble beginnings and the tutorial steps in the tutorial section in the site is not the same.
i followed the tutorial steps and i get a bunch of "identifier error not found". i examined the source downloads of the same tutorial and managed to run without any problems.
after comparing the 2, i notice that the tutorial structures the code differently frm the source. this problem only happens with the frame listener class http://www.ogre3d.org/docs/Tutorials/2_ ... tener.html
HumbleBeginnings Source Download and Tutorial
-
jonng
- Gnoblar
- Posts: 3
- Joined: Sat Jan 22, 2005 4:02 pm
-
haffax
- OGRE Retired Moderator

- Posts: 4823
- Joined: Fri Jun 18, 2004 1:40 pm
- Location: Berlin, Germany
- x 8
Thanks for the information. The tutorial will be reworked soon (probably next week) and put into the Ogre-wiki. I'll correct this discrepancy then and convert it to the new Ogre version, too.
-
Nordbo
- Gnoblar
- Posts: 4
- Joined: Sat Jan 15, 2005 8:53 pm
Also the Lights, Action, Camera tutorial on http://www.ogre3d.org/docs/Tutorials/3_ ... ement.html could need an update. with Ogre 15.2 I haven't been able to make yaw() work with a Real directly , and according to the documentation it needs a Radian.
-
haffax
- OGRE Retired Moderator

- Posts: 4823
- Joined: Fri Jun 18, 2004 1:40 pm
- Location: Berlin, Germany
- x 8
-
Nordbo
- Gnoblar
- Posts: 4
- Joined: Sat Jan 15, 2005 8:53 pm