PathEngine home | previous: | next: |
Provided for generating snapshots of the 3D source data when reporting bugs in the 3D content processing functionality.
void saveSnapshot(const iFaceVertexMesh* const * meshes_Buffer, uint32_t meshes_BufferEntries, const iSolidObjects* solidObjects, int32_t extrudeHeight, int32_t maxStepHeight, int32_t maxSlope, const char *const* options, const char* format, iOutputStream& outputStream) const; |
meshes_Buffer, meshes_BufferEntries |
(As for | ||
solidObjects |
(As for | ||
extrudeHeight |
(As for | ||
maxStepHeight |
(As for | ||
maxSlope |
(As for | ||
options |
(As for | ||
format | May be either "xml" or "tok", for xml and tokenised xml output, respectively. | ||
outputStream | An output stream to which the snapshot data will be sent. |
Most of parameters for this function correspond to parameters with the same names on
In addition to serving as repeat cases for any issues with the 3D process,
snapshots generated by this method can be imported into 3rd party content platforms for detailed visualisation,
or loaded back in with
Refer to
void saveSnapshot(FaceVertexMesh[] meshes, SolidObjects solidObjects, int extrudeHeight, int maxStepHeight, int maxSlope, string[] options, string format, OutputStream outputStream); |
void saveSnapshot(FaceVertexMesh[] meshes, SolidObjects solidObjects, int extrudeHeight, int maxStepHeight, int maxSlope, String[] options, String format, OutputStream outputStream); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |