Common/GeometryUtility.h
 
 
 
Common/GeometryUtility.h
/****************************************************************************************

   Copyright (C) 2013 Autodesk, Inc.
   All rights reserved.

   Use of this software is subject to the terms of the Autodesk license agreement
   provided at the time of installation or download, or which otherwise accompanies
   this software in either electronic or hard copy form.

****************************************************************************************/

#ifndef INCLUDE_GEOMETRY_UTILITY_H_
#define INCLUDE_GEOMETRY_UTILITY_H_

#include <fbxsdk.h>

FbxNode * CreatePyramid(FbxScene * pScene, const char * pName, double pBottomWidth, double pHeight);

FbxNode* CreateCube(FbxScene* pScene, const char* pName, FbxDouble3& pLclTranslation);

#endif // INCLUDE_GEOMETRY_UTILITY_H_