Skip to content

Instantly share code, notes, and snippets.

import eu.mihosoft.vrl.v3d.ext.quickhull3d.*
import eu.mihosoft.vrl.v3d.Vector3d
//Move and rotate opperations
double size =40;
CSG cube = new Cube( size,// X dimention
size,// Y dimention
size// Z dimention
).toCSG()
CSG movedCube = new Sphere(size).toCSG()
return new Cube( 40,// X dimention
60,// Y dimention
80// Z dimention
).toCSG()// this converts from the geometry to an object we can work with
@jyxiao1
jyxiao1 / csgDatabase.json
Created January 15, 2019 18:23 — forked from madhephaestus/.gitignore
JavaCadExample
{}
@jyxiao1
jyxiao1 / helloWorld.groovy
Created January 15, 2019 18:18 — forked from madhephaestus/.gitignore
BowlerStudio Hello World
// Have BowlerStudio speak messages
BowlerKernel.speak("Hello this is a test")