![]() |
The RIB class proposes utility functions to export 3d geometry from input port to RIB structures. An instance of this class is directly accessible through the scripting environment. More...
Public Slots | |
void | appendGeometryToRIB (InputPort port, String ribFileName, bool forwardSlash) |
Adds the geometry information to a RIB file. More... | |
String | textureFileNamePrefix (InputPort port) |
Returns the prefix to files names for textures generated by conversion to RIB files. More... | |
int | numberOfTextures (InputPort port) |
Returns the number of texture files generated by conversion to RIB files. More... | |
The RIB class proposes utility functions to export 3d geometry from input port to RIB structures. An instance of this class is directly accessible through the scripting environment.
|
slot |
Adds the geometry information to a RIB file.
port | Input port containing 3d geometry |
ribFileName | Name of the file in which to dump the rib |
forwardSlash | Enable/Disable forward slash separators |
|
slot |
Returns the number of texture files generated by conversion to RIB files.
port | Input port containing 3d geometry |