MeshBuilder/MeshBuilder.h
Main Page
Topics
Modules
Namespaces
Classes
Files
Examples
MeshBuilder/MeshBuilder.h
//**************************************************************************/
// Copyright (c) 2011 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.
//
//**************************************************************************/
// DESCRIPTION: Mesh Builder
// CREATED: May 2011
//**************************************************************************/
#if defined(JAMBUILD)
#include <
Mudbox/mudbox.h
>
#else
#include "../../include/Mudbox/mudbox.h"
#endif
// This will be called when the plugin is loaded into memory. For this plug-in it's
// used to create menu items.
static
void
Initializer(
void
);
// Main function, called when the operation must be performed.
static
void
Execute(
void
);
static
mudbox::Mesh
*BuildTrianglePlane();
static
mudbox::Mesh
*BuildQuadCube();