Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/view_map/Silhouette.h
| Show All 17 Lines | |||||
| #include "../geometry/BBox.h" | #include "../geometry/BBox.h" | ||||
| #include "../geometry/Geom.h" | #include "../geometry/Geom.h" | ||||
| #include "../geometry/Polygon.h" | #include "../geometry/Polygon.h" | ||||
| #include "../scene_graph/FrsMaterial.h" | #include "../scene_graph/FrsMaterial.h" | ||||
| #include "../system/Exception.h" | #include "../system/Exception.h" | ||||
| #include "../system/FreestyleConfig.h" | |||||
| #include "../winged_edge/Curvature.h" | #include "../winged_edge/Curvature.h" | ||||
| #ifdef WITH_CXX_GUARDEDALLOC | #ifdef WITH_CXX_GUARDEDALLOC | ||||
| # include "MEM_guardedalloc.h" | # include "MEM_guardedalloc.h" | ||||
| #endif | #endif | ||||
| using namespace std; | using namespace std; | ||||
| ▲ Show 20 Lines • Show All 1,911 Lines • Show Last 20 Lines | |||||