Main Page   Modules   Alphabetical List   Data Structures   Data Fields  

R
[Glossary]

Glossary entries beginning with R.

RAS Format

RAS file format is a graphic file format native to the Sun UNIX platforms. It is a simple bitmap format that supports paletted, 32 bit BGR and RGB color, and grayscale images with no alpha channels. The RtRAS toolkit provides reading and writing functions for the RAS image format.

See also:
Alpha Channel , BMP Format , PNG Format , TIFF Format , RtRAS Toolkit Overview

Raster

A platform-specific array of pixels.

See also:
RwRaster Overview

Render State

The collection of settings used by hardware to draw 3D graphics. Examples might be whether to perform texture mapping, and whether to write depth into the Z-buffer.

RF3 Format

The RenderWare Graphics .rf3 file format is an XML based editable file, which contains all the raw exported data. Unlike the .rws files, which are RenderWare Graphics optimized binary files, .rf3 files contain no rendering optimizations, and are simply a snapshot of the raw 3D data.

Using the rf3cc compiler tool, users can compile these .rf3 file into optimized platform specific RenderWare binary files, (.rws, .rp2, .rg1, .rx1 etc.).

By using .rf3 files, users can fully customize and control their art tool path. This can be achieved by exporting all their artwork as .rf3 files and recompiling them each time their export templates are modified. They can use Makefiles for checking for dependencies between template files and .rf3 files. This also eliminates the task of going back to the modeler package and re-exporting the data, each time an export option requires modification.

.rf3 files can be manually edited and modified, viewed by any XML viewing tool, and also rendered by RenderWare Visualizer.

See also:
RWS Format , RG1 Format , RX1 Format , RF3 File Command Line Compiler , Visualizer

RF3 File Command Line Compiler

This tool takes one or more .rf3 files and converts these to RenderWare Assets such as .rws, .dff, .anm, .bsp etc. using the given Project/Asset Template files.

See also:
RF3 Format , RWS Format , DFF Format , ANM Format , BSP Format , Asset Templates , Project Templates , Tools

RG1 Format

RenderWare Graphics file format containing GameCube pre-instanced data.

Right Vector

The "Right vector" is one of the vectors in a RenderWare Graphics matrix. It corresponds to the 'x' axis in a right-handed, xyz coordinate system.

See also:
At Vector , Up Vector

RP2 Format

RenderWare Graphics file format containing PlayStation 2 pre-instanced data.

RpAtomic

A RenderWare Graphics atomic is used to store information about a single object in a hierarchy. Typically, each node in a scene that has polygons associated with it will generate an RpAtomic. Each exported RpAtomic will have a single RpGeometry to store the triangles and polygons in it.

RpAtomic s are intended for use in dynamic models and represent all or part of a character, prop or similar moveable model. Static models are processed separately as RpWorld and RpWorldSector objects.

See also:
RpAtomic Overview

RpClump

A RenderWare Graphics clump is used to information about a hierarchy of objects. The clump will contain a number of RpAtomics and the hierarchy information relating them. The atomics in the clump can be animated relative to each other using one of the RenderWare Graphics animation systems. A .dff file contains a single RpClump. Typically you will export a separate clump for each animated hierarchy in your application (e.g. characters, stacks of crates, etc.). Clumps can now contain lights and cameras as well.

See also:
RpClump Overview

RpGeometry

A RenderWare Graphics geometry stores the triangle and vertex data for a single object.

See also:
RpGeometry Overview

RpHAnim

The RenderWare Graphics animation system. This system can be used to drive either hierarchies of rigid objects or hierarchies of bones that deform a skin. The RpHAnim animation data is exported as an .anm file.

See also:
RpHAnim Plugin Overview

RpSkin

RpSkin is a vertex deformation system that links vertices to up to four bones and deforms them as the bones move. Animation of RpSkin is performed by the RpHAnim plugin.

See also:
Skin , RpSkin Plugin Overview , RpHAnim Plugin Overview , Bone Limits

RpToon

Toon is short for cartoon. The RpToon RenderWare Graphics plugin in the FX Pack provides rendering of outlines and "cel shaded" texture based lighting for RenderWare Graphics objects to achieve flatter, stylized, cartoon-like graphics from same source data.

See also:
Cel , RpToon Plugin Overview

RpUserData

This is a RenderWare Graphics object used to store user-defined data with model geometry. This data can be attached to RpGeometry or RpWorldSector objects.

See also:
RpWorldSector , RpGeometry , RpUserData Plugin Overview

RpWorld

This is a RenderWare Graphics World and defines a static scene. The scene data consists of one or more RpWorldSector objects which contain the actual model data. These objects are organized in a specific way to maximize rendering speed.

See also:
The World Library

RpWorldSector

RpWorldSector contains the data of a part of a world, defined by binary space partitioning. This contains the triangle data used to describe a static model. Generally used for scenery, as the data cannot be changed.

See also:
World Sector , BSP , RpWorldSector Overview

RWBuilder Tool

The RenderWare Builder tool is a Windows 2000 application providing a graphical interface to the RenderWare Graphics SDK build process.

Note:
This tool is only shipped with source releases.
See also:
Tools

RwComm

This is the base Scene Graph layer of OpenExport architecture. Members of RwComm have little or no implementation and simply define an application independent interface to allow the RwExp layer to export data from 3ds max and Maya.

See also:
OpenExport , RwExp , 3ds max , Maya

RwExp

This is the RenderWare export layer of the OpenExport architecture. Objects in the RwExp layer are responsible for converting RwComm objects to RenderWare Graphics data.

See also:
OpenExport

RwExpMgr

The RenderWare Export Manager is a layer of the OpenExport architecture that handles management of the export process from an RwCommScene or an .rf3 file.

See also:
OpenExport , RF3 Format

RwMax

The 3ds max implementation of the RwComm Scene Graph. Objects in RwMax derive from members of the RwComm layer and implement their interfaces in a way that extracts data from the 3ds max SDK.

See also:
OpenExport

RwMaya

The Maya implementation of the RwComm Scene Graph. Objects in RwMaya derive from members of the RwComm layer and implement their interfaces in a way that extracts data from the Maya SDK.

See also:
OpenExport

RWS Format

This is the recommended RenderWare Graphics file format for exporting any type of RenderWare data. It can contain the contents of multiple .dff, .bsp files etc. and embeds textures. Each file will contain a Table of Contents (RtTOC ) that describes the contents of the file. RenderWare Visualizer can be used to view .rws files.

See also:
Visualizer , BSP Format , DFF Format

RWT Format

This is the RenderWare Graphics file format for exporter templates. There are two types of templates:

The default output file format is RWS.

The exporter templates are explained in more detail in the exporter documentation.

See also:
Asset Templates , Project Templates , 3ds max , Maya , RWS Format

RX1 Format

RenderWare Graphics file format containing Xbox pre-instanced data.


Criterion Software © 1993-2003 Criterion Software Limited. All rights reserved. Built Tue Apr 22 12:46:21 2003. Send Feedback
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)