Page 1 of 1

How to load a mirror object into the scene?

Posted: 29 Oct 2019, 17:41
by bchen
Hi, may I ask how can we load a mirror object into the scene? I saw the documentation here: http://www.coppeliarobotics.com/helpFil ... irrors.htm. However, I am not able to find "Mirror" option under Add. Could you please kindly instructed?

Thank you!!

Re: How to load a mirror object into the scene?

Posted: 01 Nov 2019, 11:47
by coppelia
Hello,

mirrors are unfortunately not supported anymore. At least until we have replaced the rendering engine. Sorry about that.

Cheers

Re: How to load a mirror object into the scene?

Posted: 03 Nov 2019, 21:41
by bchen
Thank you for your reply!

Do you by any chance know if there is any walk around to get the mirror in V-REP? It is a very important component for our research project.

Cheers!

Re: How to load a mirror object into the scene?

Posted: 05 Nov 2019, 11:43
by coppelia
Hello again,

ok, we'll try to add an API function for that. Next release should be out in 2-3 weeks. With following you will be able to add a mirror with dimensions x,y:

Code: Select all

handle=sim.auxFunc('createMirror',{x,y})
Cheers

Re: How to load a mirror object into the scene?

Posted: 07 Nov 2019, 22:25
by bchen
Thank you so much! This will be a very valuable tool for our research!!

Cheers!