Name : perl-VRML
| |
Version : 1.10
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.7.1
| Date : 2023-01-27 16:41:03
|
Group : Development/Libraries/Perl
| Source RPM : perl-VRML-1.10-lp154.7.1.src.rpm
|
Size : 0.32 MB
| |
Packager : https://www_suse_com/
| |
Summary : Specification independent VRML methods (1.0, 2.0, 97)
|
Description :
These modules were conceived for the production of VRML worlds on WWW servers via GCI and/or for generating abstract worlds. They are the clarity of Perl scripts with VRML code to increase and (hopefully) for VRML beginners the entrance in VRML facilitate. In the following the modules are described briefly.
* VRML::Base
contains base functionality such as a producing, an outputting and saving. It represents the base class for all other modules
* VRML::VRML1
combines several VRML 1.0 nodes into complex methods - e.g. geometric shapes inclusive there material. This module accepts angle data in degrees and as material color names. The methods have the same names as in the VRML specification (if meaningfully), are however in lower case.
* VRML::VRML1::Standard
implemented only the VRML 1.0 nodes. All method names are identical (in the way of writing) with those of the VRML specification. The parameters are arranged after the frequency of their use (subjective estimate). This module is possibly omitted in the next version. The production of the VRML nodes takes over then VRML::Base.
* VRML::VRML2
combines several VRML 2.0 nodes into complex methods - e.g. geometric shapes inclusive there material. This module accepts angle data in degrees and as material color names. The methods have the same names as in the VRML specification (if meaningfully), are however in lower case. The names are also as far as possible identical to those of the module VRML::VRML1. Thus the user between the VRML versions which can be produced can switch.
Contains for example $in{VRML} \'1\' or \'2\' (e.g. via CGI), then only the following line at the start of the Perl script must be inserted.
new VRML($in{\'VRML\'})
* VRML::VRML2::Standard
implemented only the VRML 2.0 nodes. All method names are identical (in the way of writing) with those the VRML specification. The parameters are arranged after the frequency of their use (subjective estimate) This module is possibly omitted in the next version. The production of the VRML nodes takes over then VRML::Base.
* VRML::Color
contains the color names and conversion functions.
The VRML methods are at present identically in the modules VRML::VRML1.pm and VRML::VRML2.pm implemented. The basic methods like \'new\', \'print\' or \'save\' are in the module VRML::Base described.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-V/15.4/noarch |