Search found 16 matches

by sjames
06 Oct 2017, 10:24
Forum: General questions
Topic: From V Rep to Matlab
Replies: 1
Views: 1330

Re: From V Rep to Matlab

Hi,

There are a few examples in a sub folder where you installed vrep: vrep_install_location/proramming/remoteApiBindings/matlab

This link (http://www.coppeliarobotics.com/helpFil ... Matlab.htm) has the function list for matlab.

All the best
by sjames
04 Aug 2017, 16:21
Forum: General questions
Topic: V-Rep Vortex
Replies: 4
Views: 3795

Re: V-Rep Vortex

That did the trick. Thanks!
by sjames
04 Aug 2017, 14:10
Forum: General questions
Topic: V-Rep Vortex
Replies: 4
Views: 3795

V-Rep Vortex

I have a license key to use the vortex simulator from Vortex Studio Essentials. Where do I store the license key so that I can have more than 20s of simulation time?

Thanks!
by sjames
01 Jun 2017, 18:39
Forum: General questions
Topic: OpenGL Shadows (Not using pov-ray)
Replies: 5
Views: 2590

Re: OpenGL Shadows (Not using pov-ray)

Another option I have is to use the 'External Renderer' and add shadowing to that code. For some reason, the image produced by the external renderer works fine on my Mac, but when I use the same version on Ubuntu, it just renders nothing (white). I am using the same file and same version of VREP on ...
by sjames
31 May 2017, 16:26
Forum: General questions
Topic: OpenGL Shadows (Not using pov-ray)
Replies: 5
Views: 2590

OpenGL Shadows (Not using pov-ray)

Hi, Im looking to get simple shadows rendered using OpenGL. I am aware of the pov-ray plugin, but I do not need such high quality images (and it is slower). Im also aware that you can hook in your own renderer. Is there an easy way to extend the existing OpenGL rendering code used in VREP so that I ...