chkno
joined 2 years ago
Any sane compiler will simplify this into
function cosmicRayDetector() {
while(true) {
}
}
C++ may further 'simplify' this into
function cosmicRayDetector() {
return
}
Check out Winston Moy's video on making a topographic map of Colorado. They mention these data sources:
OpenSCAD's
surface
primitive can turn height maps into STL files.You may have to trim the state boundaries yourself. :(