ConvertModelTask

Inherits Task

This task converts a 3D model format from a format that is natively supported both by OpenSpace and common 3D modelling tools and converts it into an OpenSpace proprietary format that can be loaded more efficiently, but more important can be distributed without violating terms of service for various 3D model hosting websites.

The resulting output file can be used everywhere in OpenSpace in place of the source material.

The list of supported files can be found here: https://github.com/assimp/assimp/blob/master/doc/Fileformats.md

Members

Name

Documentation

Type

Description

Optional

InputFilePath

The path to the source file

File

Value of type ‘File’

No

OutputFilePath

The path to the output file

File

Value of type ‘File’

No

Inherited members from Task

Name

Documentation

Type

Description

Optional

Type

This key specifies the type of Task that gets created. It has to be one of the valid Tasks that are available for creation (see the FactoryDocumentation for a list of possible Tasks), which depends on the configration of the application

String

A valid Task created by a factory

No