---------------------
firstable, i really sorry for my Thoughtless,and i change my subject so that you can understand problem is before "come in"
i fix my picture address, could you see it now??
---------------------
i use same way to create directx device from ceguisamplehelper project, but i found create Direct3DRenderer is diffirent between sample and my project from same device
here is diffrent, why??
this is ceguisamle code:
here is my project:
create code:
Code: Select all
......
CEGUI::Direct3D9Renderer* renderer = &CEGUI::Direct3D9Renderer::create(pimpl->d_3DDevice);
CEGUI::System::create(*renderer);
......