Rendering Model and EntityInfo

Hi,

In my game, I generate dynamic meshes. In fact, the entire scene is created dynamically. To have a standard representation for my scene, I am using Assimp.Net’s Scene as my Scene representation model.

I need to render the generated scene (Assimp.Scene) on screen using Xenko. So,
I have implemented the logic of Xenko.Importer.Assimp.cpp in C#. So, now I can get EntityInfo and Model from the Assimp.Scene.

I am struggling to render it on screen. Is there any sample which can render Model and EntityInfo ?

Thanks in advance.