Re: DrawStyle in VRML?

Gavin Bell ([email protected])
Mon, 20 Nov 1995 13:27:36 -0800


On Nov 20, 3:38pm, [email protected] wrote:
> Subject: DrawStyle in VRML?
> --
>
> Is the iv DrawStyle supported in VRML?

It isn't part of the VRML spec.

But if you specify it this way:

DrawStyle {
fields [ SFEnum style, SFFloat pointSize, SFFloat lineWidth ]
lineWidth 4
}

... then WebSpace (at least) will Do The Right Thing (as will any other
Inventor 2.1 application), and other VRML browsers that follow the VRML spec
will just ignore it.