Vertices now know whether they are on the edge of an indexed surface patch. This allows improved smoothing.
This commit is contained in:
@ -104,7 +104,7 @@ namespace PolyVox
|
||||
//The surface patch we are currently filling.
|
||||
IndexedSurfacePatch* m_ispCurrent;
|
||||
|
||||
//Information about the region we a re currently processing
|
||||
//Information about the region we are currently processing
|
||||
Region m_regInputCropped;
|
||||
Region m_regInputUncropped;
|
||||
Region m_regVolumeCropped;
|
||||
|
Reference in New Issue
Block a user