Page 1 of 1

Support with Demo3d/Emulate3d

Posted: 26 Feb 2020, 20:47
by robo_ninja
I have some simulations developed in VREP. I wanted to know if there is any way of porting models, plugins, other info from VREP to Demo3D/Emulate3D. If not, can someone suggest some ideas how this can be handled?

Re: Support with Demo3d/Emulate3d

Posted: 27 Feb 2020, 14:58
by fferri
CoppeliaSim can export to a variety of formats, but this will work only for the model/meshes/textures.

If you can't find a suitable export format you can always write your won exporter. Have a look at simAddOnFunc_minimalisticExporter.lua.

Re: Support with Demo3d/Emulate3d

Posted: 28 Feb 2020, 15:44
by robo_ninja
Thank you. Can you point me to simAddOnFunc_minimalisticExporter.lua ? I can't find it

Re: Support with Demo3d/Emulate3d

Posted: 02 Mar 2020, 11:33
by fferri
The location is the same as the location of the main application.

See also: Add-ons