Hi,
So I started my first Broomstick project, hoping I would get wonderful perfs, but what I get is an application slow to initiate and heavy on the CPU.
I guess the initialization problem is mine.
I use a lot of textures and I guess it takes some time to upload to the graphic card.
Is there a way to do it asynchronously, thow?
Because before my scene first render, my whole browser is frozen.
What worries me most is that I get a CPU peak at 25% (I have an i5 with 4GO and a Mobility Radeon ) for less than 20000 polygons, without anything changing on the scene, and while (I have checked, DirectX used for rendering) hardware acceleration works fine?
At the Max demo for the Car game, the CPU was at 0.
What am I doing wrong?
What are the common mistakes?
Thanks in advance for your advices.