Dear Mike,
Dear All,
Please i like to know if there is a way to render a c++ application 3D scene graph into a C# form view;
I'll try to explain my question:
i have my OIV based c++ mfc project: it has its own 3D view and i'd like to "replicate" in some way, that 3D view in another C# viewer built;
of course i was thinking to create a c++ DLL (or another plugin to load into C# project) managing the only scene graph and the C# application can "host" the rendering giving the openGL context to the DLL scene graph.
Please, can You suggest other ways (if possible) in order to have this openGL context sharing?
Many thanks in advance.
Regards,
Vincenzo
Dear All,
Please i like to know if there is a way to render a c++ application 3D scene graph into a C# form view;
I'll try to explain my question:
i have my OIV based c++ mfc project: it has its own 3D view and i'd like to "replicate" in some way, that 3D view in another C# viewer built;
of course i was thinking to create a c++ DLL (or another plugin to load into C# project) managing the only scene graph and the C# application can "host" the rendering giving the openGL context to the DLL scene graph.
Please, can You suggest other ways (if possible) in order to have this openGL context sharing?
Many thanks in advance.
Regards,
Vincenzo
Comment