Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

Utilities3DF.h
1 // Copyright (c) Tech Soft 3D, Inc.
2 //
3 // The information contained herein is confidential and proprietary to Tech Soft 3D, Inc.,
4 // and considered a trade secret as defined under civil and criminal statutes.
5 // Tech Soft 3D, Inc. shall pursue its civil and criminal remedies in the event of
6 // unauthorized use or misappropriation of its trade secrets. Use of this information
7 // by anyone other than authorized employees of Tech Soft 3D, Inc. is granted only under
8 // a written non-disclosure agreement, expressly prescribing the scope and manner of such use.
9 
10 #include <SketchUpAPI/unicodestring.h>
11 #include <SketchUpAPI/color.h>
12 #include <SketchUpAPI/model/material.h>
13 
14 #include <string>
15 #include "ModelImporter3DF.h"
16 
17 std::string ConvertColorToString(SUColor const & suColor, bool usesOpacity);
18 
19 bool GetSinglePrecisionMatrix(ModelImporter3DF& modelImporter, const double in_matrix[16], float out_matrix[16]);
Definition: ModelImporter3DF.h:16