hi, everyone.
I created a demo through "Structured hexahedron mesh template" (%OIVHOME%\src\MeshVizDataMapping\MeshTemplates\My VolumeMeshHexahedronIjk.h) to render a pillar grid.
It worked, but the question is so many memory used up, just for a method called getCellNodeIndices in class MyHexahedronTopologyExplicitIjk.
I tried to delete the scene root node, and the memory used didn't reduce clearly. If render a big mesh many times, the routine must be crashed!
Who is familiar with MeshViz Interface? Can you tell me how to correctly use "Structured hexahedron mesh template".
I created a demo through "Structured hexahedron mesh template" (%OIVHOME%\src\MeshVizDataMapping\MeshTemplates\My VolumeMeshHexahedronIjk.h) to render a pillar grid.
It worked, but the question is so many memory used up, just for a method called getCellNodeIndices in class MyHexahedronTopologyExplicitIjk.
I tried to delete the scene root node, and the memory used didn't reduce clearly. If render a big mesh many times, the routine must be crashed!
Who is familiar with MeshViz Interface? Can you tell me how to correctly use "Structured hexahedron mesh template".
Comment