sim.createHeightfieldShapeCreates a heightfield shape Synopsisint objectHandle = sim.createHeightfieldShape(int options, float shadingAngle, int xPointCount,
int yPointCount, float xSize, list heights)
int objectHandle = sim.createHeightfieldShape(int options, float shadingAngle, int xPointCount,
int yPointCount, float xSize, float[] heights)
Arguments
Return values
|