GameMaker (2.0 - 2.2.x)
Icon

Polygon Creator

Janko Knez

You must be logged in to obtain assets

Description

Polygon Creator lets you create simple polygons (no intersecting lines) for use with physics and vertex buffers.

It comes with 2 rooms:

  • a simple editor which can copy what you've created to your clipboard for use in your game

  • a demo scene of a concave fixture with physics.

The process of creating a fixture/vertex buffer is as follows:

  1. Your start contains a path, a list of points (pairs of x,y coordinates), or a list of instance references that you'll be triangulating.

  2. The next step is to convert these 3 possible inputs into a list containing points using the included scripts (2. input (points) is already in this format).

  3. After retrieving these points, you call the triangulation script which can either give you the result instantly or through multiple step cycles, depending on the performance you want. The latter is better when you can afford the triangulation process over the course of a few steps, before the actual mesh is required for use.

  4. When you have the list of triangles, you can convert it to fixtures or a vertex buffer.

Note: points must be defined in clockwise orientation.

The project comes a few premade scripts for some types of conversions. All scripts and code used for general purpose is commented, but knowledge in lists (data structures) and vertex buffers is required.

End User Licence Agreement (EULA).

Age Rating: None

Version

GMS2 - Version 1.0.2. Published July 24, 2017

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait