RWMeshes

Description

This extension enables maxwell to load realwave surface meshes just before starting to render. These meshes are stored in files with realflow .sd scene format. This decreases substantially the size of .mxs files.

 

Parameters

NameTypeDescription
"RWMesh File"char*Filename to load
"Frame#"intFrame# to load the mesh from.


"RWMesh File"

Points to the file which stores the mesh. It is a NULL terminated string.

Example:

char* file = "/home/barbate/Realwave001.sd"; 
extParam->setString( "RWMesh File", file );

 

"Frame#"

Each .sd file can store several frames of object animation data. This field chooses one frame to load data from.

Example:

int frame = 23; 
extParam->setInt( "Frame#", frame );