--------------------------------------------------------------------------

	   RenderWare(tm) v3.0 Demonstration Program: Paint2D
 
--------------------------------------------------------------------------

PURPOSE

Paint2D is a simple application which demonstrates the full range of
features available from the 2D paint tools library.

The source code for this demonstration is provided along with command
line makefiles.

--------------------------------------------------------------------------

DEMO FEATURES

This demo consists of three separate 'pages' of 2D graphics, which are 
brought into view using the corresponding demo control:

(A) Page 1 illustrates paths, strokes and fills, both textured and
    un-textured, both static and animated.

(B) Page 2 illustrates font rendering, both static and animated.

(C) Page 3 illustrates a combination of 2D animated objects and fonts.


In all cases 2D transformations can be applied to the page using the 
appropriate application controls:

(A) Translate the page, bringing 'hidden' objects into view.

(B) Rotate the page.

(C) Zoom in and out of the page. Note the scale-invariant rendering.

--------------------------------------------------------------------------

LOADING TEXTURES & FONTS

Note that the textures and fonts referenced by this demo are expected to
be found in the directories "textures" and "fonts", respectively,  
relative to the executable file.  

--------------------------------------------------------------------------

GENERAL CONTROLS

Select button           - Toggle between help mode and plain mode

Start+Select            - Quit

--------------------------------------------------------------------------

HELP CONTROLS

Arrow keys up and down - Scroll a line at a time (autorepeat available).

Left shoulder buttons  - Scroll a page at a time.

--------------------------------------------------------------------------

PLAIN MODE CONTROLS

Triangle           - Display page1.

Cross              - Display page2.

Square             - Display page3.

Left Button 1      - Zoom-in.

Left Button 2      - Zoom-out.

Right Analogue Stick - Rotate the view.

Left Analogue Stick  - Translate the view.

--------------------------------------------------------------------------
This demonstration program is copyright Criterion Software Limited 2000. 
Criterion Software grants you a license to use it only in the form as 
supplied. You may not disassemble, decompile or reverse engineer this 
demonstration program.

This demonstration program is provided as is with no warranties of any
kind. Criterion Software will not, under any circumstances, be liable for
any lost revenue or other damages arising from the use of this
demonstration program.

RenderWare is a registered trademark of Canon Inc.
Other trademarks acknowledged.
--------------------------------------------------------------------------