Alert! Due to maintenance issues, Assets will be uploaded on: TopGameAssets.com

Geometry Algorithms

This is a paid asset, but now you can download it totally free. However, please keep in mind that this package is only provided for studying or testing the product prior to purchasing it, not for business functions.

Overview :

Geometry Algorithms is a collection of algorithms that will help you generate or improve complex geometry from any data set.

Highlights:

  • Triangulation: This algorithm creates ready-to-use Unity meshes or raw geometry from any set of points. Constrained Delaunay triangulations are supported for 2D and 2.5D (e.g., terrain) datasets, so you can add boundaries and holes to generate more complex geometry. Triangulations in 3D space are possible as well, but only for convex shapes.
  • Hull algorithms: Find the boundary of any point dataset that can be used for visualization purposes or for further calculations (e.g., use the boundary to create constrained triangulations). Both convex and concave hulls can be generated for 2D and 2.5D datasets. In 3D, it is limited to convex hulls
  • Voronoi Diagrams: Create valid Voronoi diagrams from any 2D or 3D dataset
  • Extrusion algorithm: Create extruded 3D shapes from any 2D shape
  • Threading: All algorithms can be called asynchronous. No extra effort is required by the user.
  • Real-time: All methods are implemented in a way that they can be used in real-time even when large datasets are processed. By utilizing the threading functionality, even larger datasets can be handled in real-time.

Is it easy to use?

  • By just writing two lines of code, you should be able to use any algorithm in this asset. To get you started, Geometry Algorithms is shipped with several examples of scenes and detailed documentation. However, if you encounter any problems, you can always contact me by using the contact information at the top or bottom of this page.

Download Geometry Algorithms v2.3.3 Latest Version


Leave a Comment