Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp
| Context not available. | |||||
| // If none exists, find the feature edge with center point closest to viewport origin. | // If none exists, find the feature edge with center point closest to viewport origin. | ||||
| // Expand occluder proscenium to enclose center point. | // Expand occluder proscenium to enclose center point. | ||||
| // For each feature edge, while bestOccluderTarget not found and view edge not visibile | // For each feature edge, while bestOccluderTarget not found and view edge not visible | ||||
| bool bestOccluderTargetFound = false; | bool bestOccluderTargetFound = false; | ||||
| FEdge *bestOccluderTarget = NULL; | FEdge *bestOccluderTarget = NULL; | ||||
| real bestOccluderDistance = 0.0; | real bestOccluderDistance = 0.0; | ||||
| Context not available. | |||||