Main Page Modules Alphabetical List Data Structures Data Fields
Detailed Description
2D Rendering Toolkit for RenderWare. - Requirements
-
- Headers: rwcore.h, rpworld.h, rt2d.h
- Libraries: rwcore, rpworld, rt2d
- Plugin attachments: RpWorldPluginAttach
The Rt2d Toolkit provides a suite of powerful functions and datatypes to assist in the programming of 2D graphics.
The facilities include advanced font handling; textured and colored brushes; fills; full support for outline and filled paths, as well as an assortment of utility functions.
The Rt2d Toolkit also provides tools to create, stream and render complex scenes based on 2d pathes and fonts. This is handled through the use of 4 objects : Shapes, ObjectString, PickRegion and Scenes.
Function Documentation
| void Rt2dBrushSetFreeListCreateParams |
( |
RwInt32 |
blockSize, |
|
|
RwInt32 |
numBlocksToPrealloc |
|
) |
|
|
| void Rt2dFontDictNodeSetFreeListCreateParams |
( |
RwInt32 |
blockSize, |
|
|
RwInt32 |
numBlocksToPrealloc |
|
) |
|
|
| void Rt2dFontSetFreeListCreateParams |
( |
RwInt32 |
blockSize, |
|
|
RwInt32 |
numBlocksToPrealloc |
|
) |
|
|
| void Rt2dObjectSetFreeListCreateParams |
( |
RwInt32 |
blockSize, |
|
|
RwInt32 |
numBlocksToPrealloc |
|
) |
|
|
| void Rt2dPathSetFreeListCreateParams |
( |
RwInt32 |
blockSize, |
|
|
RwInt32 |
numBlocksToPrealloc |
|
) |
|
|
| void Rt2dTriPolySetFreeListCreateParams |
( |
RwInt32 |
blockSize, |
|
|
RwInt32 |
numBlocksToPrealloc |
|
) |
|
|
| void Rt2dTriVertSetFreeListCreateParams |
( |
RwInt32 |
blockSize, |
|
|
RwInt32 |
numBlocksToPrealloc |
|
) |
|
|
© 1993-2004 Criterion Software Limited. All rights reserved. Built Thu Feb 12 13:47:06 2004.
Send Feedback