Two new commands were added to FastShip related to
images and texture mapping. The commands read-image inserts a gif file
as an image into the current model. Currently there is no control over its
location or size and it is not persisted in the pex file. This image always
faces front as it is not associated with any geometry. The second new command, read-texture, allows
reading a gif file as a texture map. The user specifies the name associated
with the texture map which can then be applied to surface geometry via the set-surface-color
command with the name of the texture as the surface color. Textures are
not yet persisted and there is no easy way to display all currently loaded
textures so you must remember what you called it. This functionality will be developed further
in future releases using feedback from users.