Hi,
i am facing a problem with my game........i have made a game using bsp levels created in GTKRadiant. the problem is that the game seems to be very heavy on memory. it takes 1.6 GB of RAM. the game has 3 bsp levels. Can somebody tell me whether its a graphics problem or a coding problem....
Memory problem.............
Search the forum for things like removeMesh and removeTexture. They're functions of IMeshCache and IVideoDriver, respectively and they allow you to clear out memory. IMeshCache also has clearUnusedMeshes and clear function to remove all unused or all meshes, respectively.
But you've got to be careful about removing things that are currently in use so finding some previous discussions should hopefully give you some help on that.
But you've got to be careful about removing things that are currently in use so finding some previous discussions should hopefully give you some help on that.