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