Model3D-Poser version 0.00_01
=============================

This is a work-in-progress. The final release will be intended to read,
allow manipulated of, and write out Poser content files (CR2, PZ3, PZ2,
etc.)

Right now this is an alpha and doesn't do much of anything at all,
really. It reads a file in, mostly, and puts it in a data structure,
putting in references where appropriate and parsing the heirarchy
defined with the addChild directives. But in case this might be useful
to someone before it's done, I may as well put it up, right?

Also it's hella slow if you tell it to parse morph deltas and weight
maps.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module does not yet require Model3D::WavefrontObject but it will,
as sometimes Alias Wavefront Object geometry is stored inside Poser
files. It will probably require Math::Trig or something once there are
some cute convenience methods, too. We'll see. Rught now, it doesn't
require anything special.

COPYRIGHT AND LICENCE

Copyright ©2016 Sean Dodger Cannon

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.18.2 or,
at your option, any later version of Perl 5 you may have available.