Skip to content

ENH: Scene object importer

Nicholas Milef requested to merge NickMilef/iMSTK:sceneObjectImporter into master

This imports a scene object which can consist of multiple scene objects.

  • VisualObjectImporter::importVisualObject(); function automatically extracts texture information from a mesh and imports corresponding textures (such as normal maps) following certain naming conventions. Imports multiple visual models based on submeshes.
  • Fixed bug in Vulkan texture delegate dealing with non-traditional texture sizes
Edited by Nicholas Milef

Merge request reports