Post those lines of code you feel like sharing or find what you require for your project here; or simply use them as tutorials.
BirdaoGwra
Posts: 11 Joined: Sat Jan 30, 2016 5:47 am
Post
by BirdaoGwra » Sun Jan 31, 2016 11:23 am
What version of irrlicht did you used? It seems like 1.8.1 is missing some functions?
mongoose7
Posts: 1227 Joined: Wed Apr 06, 2011 12:13 pm
Post
by mongoose7 » Sun Jan 31, 2016 4:53 pm
You defined IRRLICHT18?
What is the linker output?
BirdaoGwra
Posts: 11 Joined: Sat Jan 30, 2016 5:47 am
Post
by BirdaoGwra » Mon Feb 01, 2016 4:20 pm
If I define I get this error -
smf.cpp:697:9: error: 'class irr::scene::ISceneManager' has no member named 'setCurrentRendertime'
If I don't, I am getting bunch of error.
mongoose7
Posts: 1227 Joined: Wed Apr 06, 2011 12:13 pm
Post
by mongoose7 » Tue Feb 02, 2016 2:25 am
I believe I used 1.8.1. However the trunk version I have (4988) has it renamed to 'setCurrentRenderPass'.
BirdaoGwra
Posts: 11 Joined: Sat Jan 30, 2016 5:47 am
Post
by BirdaoGwra » Tue Feb 02, 2016 6:13 am
I never browsed irrlicht svn so no idea where to find it. Could you kindly provide me the link please. Or, is this function available in 1.8.3?
BirdaoGwra
Posts: 11 Joined: Sat Jan 30, 2016 5:47 am
Post
by BirdaoGwra » Tue Feb 02, 2016 2:19 pm
Thank you, will download and compile it.
mongoose7
Posts: 1227 Joined: Wed Apr 06, 2011 12:13 pm
Post
by mongoose7 » Wed Feb 03, 2016 3:52 am
Are you using 1.8.3? Why don't you just look in ISceneManager.h and see if it has been changed to setCurrentRenderPass there.
BirdaoGwra
Posts: 11 Joined: Sat Jan 30, 2016 5:47 am
Post
by BirdaoGwra » Wed Feb 03, 2016 4:28 am
No, I am using 1.8.1. I asked because, if that function is added in 1.8.3 then I will download that version since I did not know the irrlicht svn location. I have downloaded from svn. I will built it today.
EDIT: I think it was renamed to -