-
Notifications
You must be signed in to change notification settings - Fork 30
ExtractModel
Hariiiiiiii edited this page Feb 2, 2021
·
4 revisions
The extractmodel command can be used in either the collision model or the render model context to extract the geometry data from the respective tag.
The extract model command when used in a render model (.mode) tag context extracts the render model to .obj, .amf, or .dae format at the location specified.
ExtractModel <variant> <filetype> <filename>
- variant - name of the model variant that you would like to extract, as seen in the render model variants block
- filetype - type of file format you would like to extract the render model data to (obj, amf, dae)
- filename - file directory for the extracted obj file
The extract model command when used in a collision model (.coll) tag context extracts the collision model to .obj format at the location specified.
ExtractModel <filename>
- filename - file directory for the extracted obj file