Loading a IRR scene the apply collision to static objects...

Post those lines of code you feel like sharing or find what you require for your project here; or simply use them as tutorials.
ehmad
Posts: 1
Joined: Sun Feb 01, 2009 4:53 am

Thanks a lot

Post by ehmad »

Hey it works :) Thanks a lot
ulao
Posts: 274
Joined: Fri Mar 28, 2008 2:13 am

Post by ulao »

horvim wrote:How to fix your code to run in SVN?
It has an error:
"conversion from `irr::core::list<irr::scene::ISceneNode*>::ConstIterator' to non-scalar type `irr::core::list<irr::scene::ISceneNode*>::Iterator' requested"

Thanks a lot!
- I too get this error, not sure if there was a solution posted or not. If so I didnt understand the post. Is this because 1.5?

I was writing my own scene loader class when I saw this post, good thing I like the approach, is there no way to use this for 1.5?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Simply write ConstIterator instead of Iterator
Post Reply