|
Blender V5.0
|
#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 355 of file BoxGrid.h.
References cameraSpacePolygon, deepest, face, max, min, poly, and shallowest.
| Polygon3r Freestyle::BoxGrid::OccluderData::cameraSpacePolygon |
Definition at line 44 of file BoxGrid.h.
Referenced by OccluderData().
| real Freestyle::BoxGrid::OccluderData::deepest |
Definition at line 45 of file BoxGrid.h.
Referenced by OccluderData().
| WFace* Freestyle::BoxGrid::OccluderData::face |
Definition at line 49 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().