Skip to content

Added mesh rendering support

  • A mesh renderer MMeshReader, capable of reading OBJ files ('v' and 'f' lines only at the moment) and creating a data item of type MMesh.
  • A new actor simple geometry actor is used to render these meshes using Blinn-Phong shading.

Merge request reports