i have model:
Polys: 13 572
Vertex: 13 867
And texture 4096x4096 - size is so big, because this is a global map and texture mast looking good, when camera is too close to map.
I also loaded 3 low-poly models... I have crazy lags, how can i optimize my project?
4 replies to this topic
Ad:
#3 Members - Reputation: 1410
Posted 17 March 2012 - 12:08 PM
Firstly you need to profile to find out where the issue is.
Try PerfHUD for GPU profiling and Very Sleepy for CPU profiling, if PerfHUD tells you the bottleneck isn't the GPU.
Try PerfHUD for GPU profiling and Very Sleepy for CPU profiling, if PerfHUD tells you the bottleneck isn't the GPU.
#4 Members - Reputation: 109
Posted 18 March 2012 - 03:15 AM
I checked my program one other computer - and it works normal....so the problem is on computer, not with code...but how to understand where is it?
PerfHUD - i don't understand how to use it, i add to my code adapter, but i have problems with license...Is there any program to find and fix problems on computer?Firstly you need to profile to find out where the issue is.
Try PerfHUD for GPU profiling and Very Sleepy for CPU profiling, if PerfHUD tells you the bottleneck isn't the GPU.
#5 Members - Reputation: 1410
Posted 18 March 2012 - 10:47 AM
The PerfHUD documentation is available for download from that same web site, which explains clearly how to use it. It will of course only work if you have an Nvidia graphics card, however I don't know of any good alternatives for AMD cards that work with DX9.
Also try doing a CPU profile anyway, it can still be helpful without the GPU profile.
Also try doing a CPU profile anyway, it can still be helpful without the GPU profile.






