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:
@@ -73,11 +73,11 @@ std::vector<VdeExportPart> RicHoloLensExportImpl::partsForExport(const RimGridVi
|
|||||||
{
|
{
|
||||||
if (rimEclipseCase->mainGrid()->isFaceNormalsOutwards())
|
if (rimEclipseCase->mainGrid()->isFaceNormalsOutwards())
|
||||||
{
|
{
|
||||||
partForExport.setWinding(VdeExportPart::CLOCKWISE);
|
partForExport.setWinding(VdeExportPart::COUNTERCLOCKWISE);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
partForExport.setWinding(VdeExportPart::COUNTERCLOCKWISE);
|
partForExport.setWinding(VdeExportPart::CLOCKWISE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user