=========================================
LTE 3D Engine v1.0 SDK Release
=========================================
		http://www.ltestudios.com

1. Introduction

First of all thanks for downloading and using LTE 3D Engine v1.0 SDK version,
this engine is based on Irrlicht 1.0 and almost all of Irrlicht functions are
supported here.

In this archive you will find the documentation in linux man pages format
for the online html-style documentation go to

  http://www.ltestudios.com/3d/docs 


===========================================================================
2. Requirements
===========================================================================


To use the LTE 3D Engine you must have Toolchains installed, if you are running
under win32 you can find the downloadable compiled version here:

 http://xorloser.com/PS2DevWin32.zip

PSPGL is included in this archive, you need to use this version of PSPGL because
i've fixed some bugs in it.


===========================================================================
3. Some suggestions
===========================================================================

This engine has no limitations except of hardware limitations, you have to
remember that you are programming on PSP and it has got only 24MB of free
memory for homebrews. So, if I can give you some suggestions use textures
of max size 256x256, don't use maps that has got 30000 vertices, etc..


===========================================================================
4. How to start
===========================================================================

Just run the Makefile contained in the same directory of this file, and
include files and libraries will be installed in your computer.

You can find documented examples in this archive that will explain you the basic
of this engine. For any question please go to the LTE 3D Engine forum at:

http://www.ltestudios.com/forum

To run examples you have to extract the media.zip in your ms0:/ folder, 
just compile the example doing 'make' or 'make kxploit'.

===========================================================================
5. License
===========================================================================

LTE 3D Engine is
  Copyright (C) 2006 LTE Studios, SiberianSTAR

Based on Irrlicht 1.0 

Irrlicht is
  Copyright (C) 2002-2006 Nikolaus Gebhardt

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.


The permission to use LTE 3D Engine is garanted for non-commercial purposes only.
For further information read license.txt



