Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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
RWMesheschar*Filename to load
RWMeshesintFrame# 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 );
  • No labels