Locking nodes

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
dart_theg
Posts: 54
Joined: Sun Dec 29, 2024 3:13 am

Locking nodes

Post by dart_theg »

I have ran into an issue countless times before where I create a texture or mesh, just to try to modify it in the next line and run into a crash where I try to modify the object before it is done 'loading' etc. in Irrlicht. Hopefully this makes sense. Any solution?
CuteAlien
Admin
Posts: 9934
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Locking nodes

Post by CuteAlien »

Irrlicht doesn't do background loading, so modifying objects in the next line is fine. The crashes likely have other reasons. But can't help without a concrete example.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply