Open CASCADE Technology 6.6.0
|
Vrml package implements the specification of the
VRML ( Virtual Reality Modeling Language ). VRML
is a standard language for describing interactive
3-D objects and worlds delivered across Internet.
Actual version of Vrml package have made for objects
of VRML version 1.0.
This package is used by VrmlConverter package.
The developer should already be familiar with VRML
specification before using this package.
#include <Vrml.hxx>
Static Public Member Functions | |
static Standard_OStream & | VrmlHeaderWriter (Standard_OStream &anOStream) |
Writes a header in anOStream (VRML file). //! Writes one line of commentary in anOStream (VRML file). | |
static Standard_OStream & | CommentWriter (const Standard_CString aComment, Standard_OStream &anOStream) |
static Standard_OStream& Vrml::CommentWriter | ( | const Standard_CString | aComment, |
Standard_OStream & | anOStream | ||
) | [static] |
static Standard_OStream& Vrml::VrmlHeaderWriter | ( | Standard_OStream & | anOStream | ) | [static] |