Wireframe Ship Images
=====================
by phkb

Overview
========
This OXP contains a repository of almost 700 different ship images, linked to almost 2000 different ship entities, in wireframe form, that can be utilised by other OXP's. Each of the images is 512x512 pixels in size.

Methodology
===========
The following example demonstrates how to use the OXP:

    var wsi = worldScripts.WireFrameShipImages;
    var file = wsi.$getShipImage(ship);

This function will return a filename, which will be the wireframe image of the ship. "ship" in this instance refers to an in-game ship object (for instance, using "player.ship.target").

If no ship image is found, the function will return wsi_blank.png, which is a valid file but contains no image.

License
=======
Creative Commons Attribution Non-Commercial Share-Alike 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/)

Globe image from https://www.freepik.com/free-vector/directional-arrow-sign-icons-set-design_9727765.htm Image by starline on Freepik
Arrow image from https://www.freepik.com/free-vector/wireframe-globe-grid-spheres-spherical-grid-globe-shapes-illustration_37964257.htm Image by hannazasimova on Freepik

Version History
===============
1.5
- Added image for PlanetFall2 Ground Control Interface points.

1.4
- Added more images.

1.3
- Added more images.

1.2
- Added new images and references for Assassins Guild Rebooted OXP.

1.1
- Cargo containers now have unique images.
- Metal fragments now have unique images.
- Wreckage now have unique images.
- Various other ship updates and tweaks.

1.0
- Initial release