Skip to content
  • Martin Heistermann's avatar
    Avoid adding empty render objects (prevents misguided runtime warnings). · 497a4a14
    Martin Heistermann authored
    These runtime warnings are not helpful, it may be intentional to have
    an object that sometimes does not contain entities of a specific kind,
    without changing the drawmode when this happens.
    
    ```
    warning: numIndices is 0 in renderobject: VolumeMeshNodeVertices
    warning: numIndices is 0 in renderobject: VolumeMeshNodeFaces
    warning: numIndices is 0 in renderobject: VolumeMeshNodeEdges
    ```
    497a4a14