Freestyle: minor code cleanup (whites pace).
This commit is contained in:
@@ -153,7 +153,7 @@ public:
|
|||||||
_Name = name;
|
_Name = name;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void setFrsMaterial(const FrsMaterial& iMaterial)
|
inline void setFrsMaterial(const FrsMaterial& iMaterial)
|
||||||
{
|
{
|
||||||
_FrsMaterial = new FrsMaterial(iMaterial);
|
_FrsMaterial = new FrsMaterial(iMaterial);
|
||||||
}
|
}
|
||||||
|
@@ -77,11 +77,11 @@ BoxGrid::Iterator::Iterator (BoxGrid& grid, Vec3r& center, real /*epsilon*/)
|
|||||||
// Find target cell
|
// Find target cell
|
||||||
_cell = grid.findCell(_target);
|
_cell = grid.findCell(_target);
|
||||||
#if BOX_GRID_LOGGING
|
#if BOX_GRID_LOGGING
|
||||||
if (G.debug & G_DEBUG_FREESTYLE) {
|
if (G.debug & G_DEBUG_FREESTYLE) {
|
||||||
cout << "Searching for occluders of edge centered at " << _target << " in cell [" <<
|
cout << "Searching for occluders of edge centered at " << _target << " in cell [" <<
|
||||||
1_cell->boundary[0] << ", " << _cell->boundary[1] << ", " << _cell->boundary[2] <<
|
1_cell->boundary[0] << ", " << _cell->boundary[1] << ", " << _cell->boundary[2] <<
|
||||||
", " << _cell->boundary[3] << "] (" << _cell->faces.size() << " occluders)" << endl;
|
", " << _cell->boundary[3] << "] (" << _cell->faces.size() << " occluders)" << endl;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set iterator
|
// Set iterator
|
||||||
|
Reference in New Issue
Block a user