mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-03 05:17:51 +02:00
delete unnecessary code
This commit is contained in:
@@ -2,7 +2,6 @@ use <experimental/_impl/_geom_platonic_polyhedra.scad>;
|
|||||||
|
|
||||||
function geom_octahedron(radius, detail = 0, quick_mode = true) =
|
function geom_octahedron(radius, detail = 0, quick_mode = true) =
|
||||||
let(
|
let(
|
||||||
t = (1 + sqrt(5)) / 2 ,
|
|
||||||
octahedron_points = [
|
octahedron_points = [
|
||||||
[1, 0, 0], [-1, 0, 0], [0, 1, 0],
|
[1, 0, 0], [-1, 0, 0], [0, 1, 0],
|
||||||
[0, -1, 0], [0, 0, 1], [0, 0, -1]
|
[0, -1, 0], [0, 0, 1], [0, 0, -1]
|
||||||
|
Reference in New Issue
Block a user