Skip to content
Snippets Groups Projects
Commit c651a0ba authored by Mark Olesen's avatar Mark Olesen
Browse files

surfMesh code cleanup

 - added protected storedPoints(), storedFaces() functions for non-const
   access to the data. Mixing protected non-const versions and public const
   versions of the same method does not agree with the compiler
 - better handling of triFace/face distinction
parent 59bfd4ec
Branches
Tags
No related merge requests found
Showing
with 262 additions and 303 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment