ourWorld lag fix
The reason that ourWorld lags is due to poor utilization of the GPU. It's actually so bad
that rendering using your CPU is faster which Is what I altered the configuration file to do.
The crashing is a whole other issue. Basically nothing is freed from memory and everything
builds up. Every image you load, every bit of clothing you load, it never leaves memory and
once a certain percentage of your am is used then the application becomes unresponsive and
doesn't recover. That's different than the rendering lag which is just everything taking a while to
render in.
The reason that ourWorld lags is due to poor utilization of the GPU. It's actually so bad
that rendering using your CPU is faster which Is what I altered the configuration file to do.
The crashing is a whole other issue. Basically nothing is freed from memory and everything
builds up. Every image you load, every bit of clothing you load, it never leaves memory and
once a certain percentage of your am is used then the application becomes unresponsive and
doesn't recover. That's different than the rendering lag which is just everything taking a while to
render in.