Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

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. It's an external reference mechanism that 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.

...

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

...