summaryrefslogtreecommitdiff
path: root/www/p5-VRML/DESCR
blob: 5b33ef76efc69c1f94d36d99cf2908f44e97a477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  A set of VRML classes for Perl5.  Documentation for these modules is
part of the files themselves using the pod (Plain Old Documentation) format,
and can be read using the pod2man and pod2html programs that come with
perl5.001.  To convert them into manual page format, type something like
the following:

        pod2man VRML.pm > VRML.1

To convert them into html format, type:

        pod2html VRML.pm > VRML.html

Online documentation of these modules as well as related modules (such
as the earlier VRML.pm module)  can be found at:

        http://www.gfz-potsdam.de/~palm/software/VRML/doc

Many examples of VRML scripts of various degrees of complexity can be
found at:

        http://www.gfz-potsdam.de/~palm/software/VRML/examples