Search found 2 matches

by darkPaladin
20 Mar 2019, 13:17
Forum: Bug reports
Topic: Convex decomposition C++
Replies: 2
Views: 1560

Convex decomposition C++

Hi all, I'm using convex decomposition in V-rep and it works fine using GUI and Lua but for some reason it's not working when using C++. I get this message "Computing the convex decomposition (HACD)..."" and I have waited for hours and nothing happens. I'm using V-rep in Linux. I was ...
by darkPaladin
13 Sep 2018, 14:18
Forum: General questions
Topic: Importing a .stl file from script
Replies: 1
Views: 1465

Importing a .stl file from script

Hi there, I've been trying to import an .stl file to V-rep by using scripts in Lua with no success. The function that I'm using is the following one: sim.importShape(4,'DCT.stl',0,0.000001,1) After I run my simulation the imported shape from the .stl file appears in the 'Scene hierarchy' as 'Shape' ...