OpenSubdiv
Loading...
Searching...
No Matches
mtlMesh.h
Go to the documentation of this file.
1//
2// Copyright 2013 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://opensubdiv.org/license.
6//
7
8#ifndef OPENSUBDIV3_OSD_MTL_MESH_H
9#define OPENSUBDIV3_OSD_MTL_MESH_H
10
11#include "../version.h"
12#include "../osd/mesh.h"
14
15
16namespace OpenSubdiv {
17namespace OPENSUBDIV_VERSION {
18
19namespace Osd {
20
22
23} // end namespace Osd
24
25} // end namespace OPENSUBDIV_VERSION
26using namespace OPENSUBDIV_VERSION;
27
28} // end namespace OpenSubdiv
29
30#endif // OPENSUBDIV3_OSD_MTL_MESH_H
MeshInterface< MTLPatchTable > MTLMeshInterface
Definition mtlMesh.h:21