Blender
V3.3
|
#include <BoxGrid.h>
Public Member Functions | |
OccluderData (OccluderSource &source, Polygon3r &p) | |
Public Attributes | |
Polygon3r | poly |
Polygon3r | cameraSpacePolygon |
real | shallowest |
real | deepest |
WFace * | face |
|
inlineexplicit |
Definition at line 360 of file BoxGrid.h.
References deepest, Freestyle::Geometry::Polygon< Point >::getBBox(), max, min, poly, and shallowest.
Polygon3r Freestyle::BoxGrid::OccluderData::cameraSpacePolygon |
real Freestyle::BoxGrid::OccluderData::deepest |
Definition at line 45 of file BoxGrid.h.
Referenced by OccluderData().
Polygon3r Freestyle::BoxGrid::OccluderData::poly |
Definition at line 43 of file BoxGrid.h.
Referenced by OccluderData().
real Freestyle::BoxGrid::OccluderData::shallowest |
Definition at line 45 of file BoxGrid.h.
Referenced by OccluderData().