mroglic
mroglic
When I call voronoi.regions in following code the error is thrown: package { import com.nodename.Delaunay.Voronoi; import com.nodename.geom.LineSegment; ``` import flash.display.Sprite; import flash.events.Event; import flash.geom.Point; import flash.geom.Rectangle; public class HelloVoronoi extends...
I am not sure if I am missing something, but here is the simple example when Ani.from doesn't work at all when I set delay greater than 0: ``` import...
I intentionally disconnected Kinect from PC and run following code but it seams that there is no way to tell if Kinect is disconnected, since start function always returns KV2Code.OK....
Using Kinect joints as inputs for Wekinator. Total inputs: 45 (15 joints x 3 coordinates) See description for usage. used libraries: SimpleOpenNI, oscP5, netP5 tested with: Kinect XBox360, Windows 8.1,...
When trying to run this gcode file, I got different results when running in xarm studio and with Python SDK: ``` G21 ; mm G1 Z300 ; pen up G1...