|
Blender V4.3
|
#include "BlenderFileLoader.h"#include "DNA_meshdata_types.h"#include "BLI_math_geom.h"#include "BLI_math_matrix.h"#include "BLI_math_vector.h"#include "BLI_utildefines.h"#include "BKE_attribute.hh"#include "BKE_customdata.hh"#include "BKE_global.hh"#include "BKE_mesh.hh"#include "BKE_object.hh"#include <sstream>Go to the source code of this file.
Namespaces | |
| namespace | Freestyle |
| inherits from class Rep | |
Macros | |
| #define | CLIPPED_BY_NEAR -1 |
| #define | NOT_CLIPPED 0 |
| #define | CLIPPED_BY_FAR 1 |
Functions | |
| static bool | Freestyle::testEdgeMark (Mesh *mesh, const FreestyleEdge *fed, const blender::int3 &tri, int i) |
| #define CLIPPED_BY_FAR 1 |
Definition at line 116 of file BlenderFileLoader.cpp.
Referenced by Freestyle::BlenderFileLoader::countClippedFaces().
| #define CLIPPED_BY_NEAR -1 |
Definition at line 114 of file BlenderFileLoader.cpp.
Referenced by Freestyle::BlenderFileLoader::clipTriangle(), and Freestyle::BlenderFileLoader::countClippedFaces().
| #define NOT_CLIPPED 0 |
Definition at line 115 of file BlenderFileLoader.cpp.
Referenced by Freestyle::BlenderFileLoader::clipTriangle(), and Freestyle::BlenderFileLoader::countClippedFaces().