Skip to content

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.

Render Model Context

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.

Usage

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

Collision Model Context

The extract model command when used in a collision model (.coll) tag context extracts the collision model to .obj format at the location specified.

Usage

ExtractModel <filename>

  • filename - file directory for the extracted obj file
Clone this wiki locally