About irrlicht
About irrlicht
Sorry, but i have some questions...
Can i change the driver type while the program (and device) is running?
And, can i load irrlicht without the window? i want to create a load-screen with winapi, but when i set createDevice, it creates the window directly...
Can i change the driver type while the program (and device) is running?
And, can i load irrlicht without the window? i want to create a load-screen with winapi, but when i set createDevice, it creates the window directly...
-
- Posts: 914
- Joined: Fri Aug 03, 2007 12:43 pm
- Location: South Africa
- Contact:
it's already been answered...
All you have to do is save everything the way it was before quitting the device.... which sounds like hell of a job
you can however terminate the device and start a new one with a different driver...FuzzYspo0N wrote: change the driver type while running : simply put : no
All you have to do is save everything the way it was before quitting the device.... which sounds like hell of a job
Essentially you don't want to load anything for that specific reason. So either you make the loading screen with Irrlicht, or modify Irrlicht to further support what you're trying to do.turconi wrote:but, i dont want to quit, because if i initialize with null driver, i will have to quit the device, driver, etc and start again (loading all stuff again)...
TheQuestion = 2B || !2B
you're probably using NPOT textures...turconi wrote:BUT WHEN I USE DIRECT3D9, the image loaded looks like low quality, it downs MUCH quality
and when i use ONLY software, goes normal
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java