Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Lynxeye
Posts: 17 Joined: Thu Jul 27, 2006 12:19 pm
Location: Germany
Contact:
Post
by Lynxeye » Fri Dec 01, 2006 3:32 pm
Thank you man!
It work fine!
raven_coda
Posts: 89 Joined: Thu Aug 17, 2006 8:11 pm
Location: Salt Lake City, UT, USA
Contact:
Post
by raven_coda » Tue Dec 05, 2006 11:56 pm
niko wrote: if you don't want to add the method to the interface and recompile the engine
What if I do want to add the method, how do I fix it? Just added my extras into 1.2 and I'd rather not wait for 1.2.1 and then add my extras again.
Definition of an Upgrade: Take old bugs out, put new ones in.
hybrid
Admin
Posts: 14143 Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:
Post
by hybrid » Wed Dec 06, 2006 12:00 am
Simply copy the two method declarations from CSceneManager to ISceneManager. Check the latest SVN changes for the actual code if you don't know what or where.
raven_coda
Posts: 89 Joined: Thu Aug 17, 2006 8:11 pm
Location: Salt Lake City, UT, USA
Contact:
Post
by raven_coda » Wed Dec 06, 2006 12:13 am
Ha! That was hard
Sometimes I can be so dense
Definition of an Upgrade: Take old bugs out, put new ones in.