Addon ID

  • polygon

Info

Statistics

  • Download count16 total downloads
  • Latest download count 0 downloads of latest version
  • Average download count4 downloads per day average

Owners

Description

A powerful plugin that lets you create polygon shapes similar to sprite mesh but easier to use and supports holes.

Example Files

Demonstrates basic and advanced features.

Press X to cut the shape and keeping the fragments in the same shape.

Discussion

  • 4 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • When you "cut" a polygon into 2 pieces, are they still the same object? or can each piece have like say "physics" attached to it so that it can crumble etc.

    • Yes they become 2 segments of the same object. If you want them to be 2 separate objects you need to use the action to save the segment to a string variable, use the action to delete the segment from the original shape, create a new black shape, and use the action to load the segment from the string variable into the blank shape.

      I am currently adding physics to the object and making good progress.

      There is also a bug where when you cut a shape the new segment is not being rendered. I'm working on a fix.

  • Does this also generate collision points for the shape?