LegacyMeshConversion

From K-3D

Jump to: navigation, search

Description

Converts an input mesh to the legacy mesh format, then back, for regression testing
Plugin Status:Stable
Categories:All Plugins, Stable Plugins, Test Plugins

Metadata

Name Value

Properties

Label Description Type Script Name
Input Mesh Input mesh k3d::mesh* input_mesh
Output Mesh Output mesh k3d::mesh* output_mesh


Overview

The LegacyMeshConversion plugin transforms its input mesh from an array-based mesh into a legacy mesh class, then back. It is used to test the code used to perform the conversions, and will become obsolete once the legacy mesh classes are removed.