mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3343 Holo Lens : Fix winding
This commit is contained in:
parent
e14a1300c5
commit
d353e5827c
@ -73,11 +73,11 @@ std::vector<VdeExportPart> RicHoloLensExportImpl::partsForExport(const RimGridVi
|
||||
{
|
||||
if (rimEclipseCase->mainGrid()->isFaceNormalsOutwards())
|
||||
{
|
||||
partForExport.setWinding(VdeExportPart::CLOCKWISE);
|
||||
partForExport.setWinding(VdeExportPart::COUNTERCLOCKWISE);
|
||||
}
|
||||
else
|
||||
{
|
||||
partForExport.setWinding(VdeExportPart::COUNTERCLOCKWISE);
|
||||
partForExport.setWinding(VdeExportPart::CLOCKWISE);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user