Model Constructor

Declaration

Private Method

Model(const Model& other);
	Model(MechaWare& mw, long modelIndex, MechaWareSharedData& mw_data)

Description

Model() is the constructor for the Model object

Remarks

This method should only be called by the MechaWare object. It is not intended for use by user applications. It is included here only for completeness.