Blender
V3.3
|
#include "BlenderFileLoader.h"
#include "BLI_utildefines.h"
#include "BKE_global.h"
#include "BKE_object.h"
#include <sstream>
Go to the source code of this file.
Namespaces | |
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 *me, const FreestyleEdge *fed, const MLoopTri *lt, int i) |
#define CLIPPED_BY_FAR 1 |
Definition at line 96 of file BlenderFileLoader.cpp.
#define CLIPPED_BY_NEAR -1 |
Definition at line 94 of file BlenderFileLoader.cpp.
#define NOT_CLIPPED 0 |
Definition at line 95 of file BlenderFileLoader.cpp.