Skip to content

Feature/apply to data mesh normals

Jacob Moore requested to merge feature/ApplyToDataMeshNormals into master

Updates applyTranform and the surfaceMeshRenderDelegate to correctly transform and display vertex normals and tangents associated with a mesh. Resolves issue #401 (closed)

  • The VertexNormal example must be removed before merging.

PR Checklist

  • No API changes were made (or the changes have been approved)
  • No major design changes were made (or the changes have been approved)
  • No new dependecies were added (or the new dependencies have been approved)
  • Added test (or behavior not changed)
  • Updated API documentation (or API not changed)
  • Ran the CodeFormatEnforcer task and verified the license header is in all new files
  • Added iMSTK examples for all new major features (if any)
  • Removed VertexNormals example from PBD Examples. Only used for testing.
Edited by Jacob Moore

Merge request reports