Skip to content

Instantly share code, notes, and snippets.

View WardBenjamin's full-sized avatar

Benjamin Ward WardBenjamin

View GitHub Profile
import javafx.scene.transform.Affine;
import javafx.application.Platform;
def field = ScriptingEngine.gitScriptRun(
"https://github.com/WPIRoboticsEngineering/RBELabCustomParts.git", // git location of the library
"2002/2002 Field/2002 Field STL.STL" , // file to load
null
)
.rotx(-90)
.toXMin()