10 #include <SketchupAPI/unicodestring.h> 11 #include <SketchupAPI/color.h> 12 #include <SketchupAPI/model/material.h> 15 #include "ModelImporter3DF.h" 17 std::string ConvertColorToString(SUColor
const & suColor,
bool usesOpacity);
19 bool GetSinglePrecisionMatrix(
ModelImporter3DF& modelImporter,
const double in_matrix[16],
float out_matrix[16]);
Definition: ModelImporter3DF.h:16