Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 535 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 535 Bytes

N-gon Mesh modeler for AOI with Catmull-Clark derived smoothing & Mesh Unfolding for UV mapping.

See src/extensions.xml for full write-up

To compile the PolyMesh plugin using ant, unpack this archive.

Open a terminal and cd into the PolyMesh directory. The following ant commands are available. Pass the location of your AOI installation as -Daoilocation=path/to/aoi

  • ant: build the polymesh plugin in AoI Plugins directory
  • ant docs: generate the PolyMesh API documentation
  • ant clean: clean the build and docs directories