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

Is there a way to edit a polygon's vertices individual coordinates or attach multiple polygons to an image? #434

Open
kujukuju opened this issue Sep 15, 2017 · 1 comment

Comments

@kujukuju
Copy link

I'm looking for a way to make something this picture:
image

There are 3 different types or layers of lines attached to 1 image. This imagine combined with its polygons is then ideally converted into a library object.

As far as I can tell you can only have 1 layer attached to each image. To make the desired effect I've Created a CompositeItem that contains a CompositeItem that contains a CompositeItem that contains the image. Each of these CompositeItems has it's own polygon, and so I defined each layer through the layer of CompositeItems.

My questions are:

  1. Is there a better way to add multiple polygons to an image and save it as a library asset? I'd need some way to either label or distinguish the individual polygons.

  2. Is there a way to edit the exact coordinates of a polygon vertex? For my game engine it's crucial that some of the vertices overlap perfectly onto the same point, so I'd need to either be able to manually enter the coordinates of a vertex or snap the vertices to something in such a way that I can be sure they have the same coordinates.

Is any of this possible with the overlap editor? I'd love any help on this, I've been searching for a while without any luck. It also sucks that I learned the overlap website was recently hacked and thus is down right now. :(

Thanks!

@kujukuju kujukuju changed the title Is there a way to edit a polygon's vertices individual coordinates? Is there a way to edit a polygon's vertices individual coordinates or attach multiple polygons to an image? Sep 15, 2017
@kujukuju
Copy link
Author

To add onto this:

  1. I'm also looking for a way to just draw a simple line, label it, and edit the vertex coordinates of the line. I can't figure out how to do more abstract things like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant