Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaling geometry #14

Open
chelsealiggatt opened this issue Jul 1, 2016 · 2 comments
Open

Scaling geometry #14

chelsealiggatt opened this issue Jul 1, 2016 · 2 comments

Comments

@chelsealiggatt
Copy link

Is it possible to introduce the ability to scale geometries in FreeLiner? I believe this feature would greatly enhance performance!

@maxdee
Copy link
Owner

maxdee commented Jul 1, 2016

Yes it would be helpful. The problem is how to implement such feature. Its the type of thing that might have to wait until I re write the whole geometry system, that way resizing/moving/etc would be built in, instead of hacked on top of everything else which is not a good idea.

@maxdee
Copy link
Owner

maxdee commented Jul 2, 2016

Potential options for loading geometries and their potential commands :

  1. Load as is geom load file.svg
  2. Load but align on center geom load center file.svg
  3. Load, scale one axis to fit, and align on center geom load center scale file.svg
  4. Load, scale by %, and align on center geom load center scale 50 file.svg
    Would this be helpfull?

@maxdee maxdee added question and removed wontfix labels Jul 2, 2016
@maxdee maxdee changed the title Scaleability Scaling geometry Dec 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants