background preloader

MakerBot 3D Scanner

Facebook Twitter

3D scanCloud ThreePhase taylorsgoodman's Channel‬‏ Downloads - structured-light - Utilities for structured light scanning. PeasyCam. Peasycam v201 A library by Jonathan Feinberg for the programming environment processing. Distributed under the Apache Public License, version 2.0. Last update, 04/09/2014. PeasyCam provides a dead-simple mouse-driven camera for Processing. Example PeasyCam camera; void setup() { camera = new PeasyCam(this, 0, 0, 0, 50); } That's it. The PeasyCam is positioned on a sphere whose radius is the given distance from the look-at point. PeasyCam is impervious to gimbal lock, and has no known "singularities" or discontinuities in its behavior. Thanks Useful bug reports and feature suggestions were provided by: Please let me know if I've forgotten to acknowledge you.

Download Download peasycam version 201 in .zip format. Installation Unzip and put the extracted peasycam folder into the libraries folder of your processing sketches. Constructors PeasyCam(PApplet parent, double lookAtX, double lookAtY, double lookAtZ, double distance); PeasyCam(PApplet parent, double distance); // look at 0,0,0 Methods Source. Processing GUI, controlP5. About controlP5 is a library written by Andreas Schlegel for the programming environment processing. Last update, 12/23/2012. ControlP5 is a GUI and controller library for processing that can be used in authoring, application, and applet mode. Controllers such as Sliders, Buttons, Toggles, Knobs, Textfields, RadioButtons, Checkboxes amongst others are easily added to a processing sketch. They can be arranged in separate control windows, and can be organized in tabs or groups. → read more. Installation Unzip and put the extracted controlP5 folder into the libraries folder of your processing sketches.

Export to Applet The security regulations for applets are very high and strict, in order to make controlP5 work properly within an applet, you need to make fields and functions which are used by controlP5 public in your code. Details Keywords gui, ui, controller, interface, user interface Reference. Source. Platform osx, windows, linux Processing 2.0b7 Dependencies none Features Examples. Download.