Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • OM_Update
  • warnings
  • zs/fix_plugin_tcp
  • QtBaseViewer_dependencies
  • ovm-v3
  • mh/dev
  • cleanup/avoid-std-iterator
  • lpsolve-fixup-bundle
  • lukas_seeholzer_selectionHighlighter
  • cxx17
  • cmake-eigen
  • Python_experiments
  • bugfix/build-without-python
  • dev_mh
  • ovm-new-cmake
  • fix-macports-suitesparse-5.3.0
  • featurephysicallyBasedMaterial
  • meshcompiler_fast_update
  • OpenFlipper-4.0
20 results

DeveloperHelpSources

  • Clone with SSH
  • Clone with HTTPS
  • PolyMesh

    A lightweight half-edge data structure.

    Best used with glm and glow.

    TODO

    • Properties
    • Algorithms
    • Tests
    • std::less and std::hash for _index (and maybe _handle)
    • attribute transformations (also between different types)
    • Debug: store compactify generation in handles to check for invalidation
    • Debug: insert is_removed assertions into handle access
    • Switch primitives and valid_primitives, check if compact flag is inlined
    • Test self-adjacent faces
    • smart ranges: filter, map
    • vector, set, map -> range
    • opposite edges (from vertex)
    • cotangens weights etc.
    • smoothing
    • make handle.() contain only valid ones and provide an all_() version
    • _copy versions of topological operations that copy attributes
    • vertex split?
    • half-edge collapse
    • normal, tangent, bitangent computation
    • attribute iterator