About irrlicht

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
turconi
Posts: 23
Joined: Tue Feb 17, 2009 1:55 am

About irrlicht

Post by turconi »

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...
FuzzYspo0N
Posts: 914
Joined: Fri Aug 03, 2007 12:43 pm
Location: South Africa
Contact:

Post by FuzzYspo0N »

look at the examples folder that came with your sdk download.can you

change the driver type while running : simply put : no
turconi
Posts: 23
Joined: Tue Feb 17, 2009 1:55 am

Post by turconi »

how example?
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

In the SDK you downloaded there's an example folder with examples of how to use Irrlicht. One of them shows you how you can create an Irrlicht device in a winapi window.
Image Image Image
turconi
Posts: 23
Joined: Tue Feb 17, 2009 1:55 am

Post by turconi »

no...
i dont want to create irrlicht IN winapi window

winapi window i will create manually and without irrlicht for loading image...

i want to know if there's a method to change driver type after program starts (irrlicht)
zillion42
Posts: 324
Joined: Wed Aug 29, 2007 12:32 am
Location: Hamburg, Germany

Post by zillion42 »

it's already been answered...
FuzzYspo0N wrote: change the driver type while running : simply put : no
you can however terminate the device and start a new one with a different driver...
All you have to do is save everything the way it was before quitting the device.... which sounds like hell of a job
turconi
Posts: 23
Joined: Tue Feb 17, 2009 1:55 am

Post by turconi »

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)...
turconi
Posts: 23
Joined: Tue Feb 17, 2009 1:55 am

Post by turconi »

up !
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Post by Mel »

what is the point? you can drop the device, and not end your program.
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Halifax
Posts: 1424
Joined: Sun Apr 29, 2007 10:40 pm
Location: $9D95

Post by Halifax »

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)...
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.
TheQuestion = 2B || !2B
turconi
Posts: 23
Joined: Tue Feb 17, 2009 1:55 am

Post by turconi »

BUT WHEN I USE DIRECT3D9, the image loaded looks like low quality, it downs MUCH quality

and when i use ONLY software, goes normal
turconi
Posts: 23
Joined: Tue Feb 17, 2009 1:55 am

Post by turconi »

up!
turconi
Posts: 23
Joined: Tue Feb 17, 2009 1:55 am

Post by turconi »

up!
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

Why are you bumping this thread? If you need more information then ask a question.
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

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
you're probably using NPOT textures... :lol:
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Locked