I'm finally into the server-side aspect of my application and still have the need for a few features Irrlicht provides such as IMesh's for vertice and inxex data. There wouldn't be any need for scene nodes or any rendering related things.
My question is would it be a good idea to just go ahead and use the NULL Driver or go into the source and pull out the things I need directly?
The reason I ask is because I'm afraid if I just use the NULL Driver Irrlicht will be doing other things at runtime however trying to go into the source and pull out what I need could be time consuming and the process would need to be repeated when the engine is updated.
Any suggestions?
NULL Driver
NULL Driver
Dream Big Or Go Home.
Help Me Help You.
Help Me Help You.
Re: NULL Driver
Use the NULL driver. It won't do anything behind your back.