Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/view_map/ViewMapTesselator.h
| Context not available. | |||||
| { | { | ||||
| } | } | ||||
| /** Builds a set of lines rep contained under a a NodeShape, itself contained under a NodeGroup | /** Builds a set of lines rep contained under a NodeShape, itself contained under a NodeGroup | ||||
| * from a ViewMap */ | * from a ViewMap */ | ||||
| NodeGroup *Tesselate(ViewMap *iViewMap); | NodeGroup *Tesselate(ViewMap *iViewMap); | ||||
| /** Builds a set of lines rep contained under a a NodeShape, itself contained under a NodeGroup | /** Builds a set of lines rep contained under a NodeShape, itself contained under a NodeGroup | ||||
| * from a set of view edges | * from a set of view edges | ||||
| */ | */ | ||||
| template<class ViewEdgesIterator> | template<class ViewEdgesIterator> | ||||
| Context not available. | |||||