Skip to content
Ocelot edited this page Nov 26, 2023 · 23 revisions

Overview

All veil resources should be located in the assets/modid/pinwheel folder. Specific assets are in sub-folders of the main pinwheel folder.

Veil Features

Helpers

Veil provides a few helper classes, some specific to rendering and others just general math.

  • BasicGeomHelper provides simple methods to render arbitrary geometric shapes easily.
  • SpaceHelper provides helper methods when dealing with coordinate spaces, giving methods to convert between them.
Clone this wiki locally