#include "export.h"
#include "maxheap.h"
#include "baseinterface.h"
#include "ipipelineclient.h"
#include "bitarray.h"
#include "box3.h"
Go to the source code of this file.
Classes |
|
class | MeshNormalFace |
See Also: class
MeshNormalSpec More... |
|
class | MeshNormalSpec |
This class is an interface used to store
user-specified normals (such as those created in the Edit Normals
modifier). More... |
|
Defines |
|
#define | MESH_NORMAL_SPEC_INTERFACE Interface_ID(0xa4e770b, 0x47aa3cf9) |
#define | MESH_NORMAL_NORMALS_BUILT 0x01 |
#define | MESH_NORMAL_NORMALS_COMPUTED 0x02 |
#define | MESH_NORMAL_DISPLAY_HANDLES 0x04 |
#define | MESH_NORMAL_FACE_ANGLES 0x08 |
#define | MESH_NORMAL_MODIFIER_SUPPORT 0x20 |
#define | MESH_NORMAL_LENGTH_DEFAULT 10.0f |
#define MESH_NORMAL_SPEC_INTERFACE Interface_ID(0xa4e770b, 0x47aa3cf9) |
Definition at line 33 of file MeshNormalSpec.h.
#define MESH_NORMAL_NORMALS_BUILT 0x01 |
Definition at line 106 of file MeshNormalSpec.h.
#define MESH_NORMAL_NORMALS_COMPUTED 0x02 |
Definition at line 107 of file MeshNormalSpec.h.
#define MESH_NORMAL_DISPLAY_HANDLES 0x04 |
Definition at line 108 of file MeshNormalSpec.h.
#define MESH_NORMAL_FACE_ANGLES 0x08 |
Definition at line 109 of file MeshNormalSpec.h.
#define MESH_NORMAL_MODIFIER_SUPPORT 0x20 |
Definition at line 110 of file MeshNormalSpec.h.
#define MESH_NORMAL_LENGTH_DEFAULT 10.0f |
Definition at line 113 of file MeshNormalSpec.h.