Skip to content
Snippets Groups Projects
Commit 176b2c49 authored by Elmom's avatar Elmom
Browse files

Added license, renamed module to make it actually work

parent 46eaca20
Branches
No related merge requests found
module scale(v, reference=[0, 0, 0]) {
// License: GNU LGPL 2.1 or later.
// © 2010 by Elmo Mäntynen
module local_scale(v, reference=[0, 0, 0]) {
translate(-reference) scale(v) translate(reference) child(0);
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment