Module b3d_writer
writes b3d models in the same format as outputted by the b3d reader module
Functions
mtul.b3d_writer.write_string (self) | output a string of binary in the blitz 3d format |
mtul.b3d_writer.write_model_to_file (self, stream) | output in the blitz3d format file reference |
Functions
- mtul.b3d_writer.write_string (self)
-
output a string of binary in the blitz 3d format
Parameters:
- self BB3D chunk
Returns:
-
string containing the binary file
- mtul.b3d_writer.write_model_to_file (self, stream)
-
output in the blitz3d format file reference
Parameters:
- self BB3D chunk
- stream io file object to write to