==========================================================================
GMIrrlicht
==========================================================================

GMIrrlicht allows you to use the Irrlicht 3D Engine (Copyright (C) 2002-2004 Nikolaus Gebhardt)
with Game Maker.
Look in the provided example to see how you can use the engine with Game Maker.
There's no help file for GMIrrlicht at the moment, therefore you have to look at the scripts for
a short description of each function.
You can also take a look at the original Irrlicht help file. 
The names of the GM functions are similar to the original method/function names, so you won't have many problems to use the Irrlicht help file with Game Maker.
Take a look at "Irrlicht-readme.txt" for the license of the Irrlicht engine. 


License
==========================================================================


  The GMIrrlicht License
  ===========================

  Copyright 2004 Xception

  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.

  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgment in the product documentation would be
     appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.
  

  


  
    