VRML::VRML2

VRML::VRML2 is a Perl module that contains VRML methods with the VRML 2.0/97 standard.
Download

VRML::VRML2 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Hartmut Palm
  • Publisher web site:
  • http://search.cpan.org/~hpalm/VRML-1.04/VRML/VRML2.pm

VRML::VRML2 Tags


VRML::VRML2 Description

VRML::VRML2 is a Perl module that contains VRML methods with the VRML 2.0/97 standard. VRML::VRML2 is a Perl module that contains VRML methods with the VRML 2.0/97 standard.SYNOPSIS use VRML::VRML2; $vrml = new VRML::VRML2; $vrml->browser('Cosmo Player 2.0','Netscape'); $vrml->at('-15 0 20'); $vrml->box('5 3 1','yellow'); $vrml->back; $vrml->print; $vrml->save; OR with the same result use VRML::VRML2; VRML::VRML2->new ->browser('Cosmo Player 2.0','Netscape') ->at('-15 0 20')->box('5 3 1','yellow')->back ->print->save;The methods are identically implemented in VRML::VRML1 and VRML::VRML2. They described in modul VRML. Requirements: · Perl


VRML::VRML2 Related Software