Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/view_map/CulledOccluderSource.h
| Show All 30 Lines | class CulledOccluderSource : public OccluderSource { | ||||
| CulledOccluderSource(const CulledOccluderSource &other); | CulledOccluderSource(const CulledOccluderSource &other); | ||||
| CulledOccluderSource &operator=(const CulledOccluderSource &other); | CulledOccluderSource &operator=(const CulledOccluderSource &other); | ||||
| public: | public: | ||||
| CulledOccluderSource(const GridHelpers::Transform &transform, | CulledOccluderSource(const GridHelpers::Transform &transform, | ||||
| WingedEdge &we, | WingedEdge &we, | ||||
| ViewMap &viewMap, | ViewMap &viewMap, | ||||
| bool extensiveFEdgeSearch = true); | bool extensiveFEdgeSearch = true); | ||||
| virtual ~CulledOccluderSource(); | |||||
| void cullViewEdges(ViewMap &viewMap, bool extensiveFEdgeSearch); | void cullViewEdges(ViewMap &viewMap, bool extensiveFEdgeSearch); | ||||
| bool next(); | bool next(); | ||||
| void getOccluderProscenium(real proscenium[4]); | void getOccluderProscenium(real proscenium[4]); | ||||
| private: | private: | ||||
| Show All 11 Lines | |||||