Remove files from Parse3DScripts ()
Posted: Mon Jun 02, 2014 12:07 am
How it is possible to remove files from Parse3DScripts() added by Add3DArchive()?
http://www.purebasic.com
https://www.purebasic.fr/english/
http://www.ogre3d.org/docs/manual/manual_14.html wrote: It’s important to realize that materials are not loaded completely by this parsing process: only the definition is loaded, no textures or other resources are loaded. This is because it is common to have a large library of materials, but only use a relatively small subset of them in any one scene. To load every material completely in every script would therefore cause unnecessary memory overhead.