keijiro / Metawire

Unity primitive mesh generator as an asset importer (for wireframe primitives)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metawire

Metawire is a modified version of Metamesh. It generates wireframe meshes (line primitives) instead of surface meshes.

At the moment, it only supports very basic primitive shapes.

  • Line
  • Quad
  • Circle
  • Box
  • Ticks (group of short line segments)
  • Grid lines
  • Wireframe (mesh to wireframe converter)

How To Install

This package uses the scoped registry feature to resolve package dependencies. Open the Package Manager page in the Project Settings window and add the following entry to the Scoped Registries list:

  • Name: Keijiro
  • URL: https://registry.npmjs.com
  • Scope: jp.keijiro

Scoped Registry

Now you can install the package from My Registries page in the Package Manager window.

My Registries

About

Unity primitive mesh generator as an asset importer (for wireframe primitives)


Languages

Language:C# 100.0%