cancel
Showing results for 
Search instead for 
Did you mean: 

VEG library .Net integration.

davide_mercanti
Explorer
0 Kudos
294

HI. I am a developer and I was looking for a way to use GLib wrapper and SAP.VE.Graphics.Interop in .NET framework env..

I have some doubts on how to use the SAP.VE.Graphics.Interop.Scene.

It works fine with VDS files but not with VDS4 files (which return an empty scene).Another doubt about FileFormat that are not compatible between GLib.LibEngine.RegisteredFileFormats and what is needed, for example, by the SAP.VE.Graphics.Interop.Scene.LoadFromStream function.
Is it possible to have some example code that handles VDS4 files?
View Entire Topic
former_member449016
Discoverer
0 Kudos

Good point.

Just to highlight: Matai API and Matai Direct API are two completely different APIs.

Matai Direct API is just an extension for the VEG’s Python customable scripts.

Matai API is C++ API, and it was made public to allow customers create its own importers from their 3D file formats into VDS4. You are right, Matai API can be used in standalone applications.

Actually, SampleImporter is the sample application which uses Matai API and it can be standalone application. As far as I know it was made as “dll-project” just to consume it in Sample_MataiImporter plugin.

As for the SAP.VE.Graphics.Interop and Glib - those APIs have never been public.

I’ve just checked with my colleagues – there are no plans to make SAP.VE.Graphics.Interop or Glib APIs public.