Re: LANG: Text in VRML

Kevin Goldsmith (unitcirc@netcom.com)
Mon, 27 Feb 1995 12:29:27 -0800 (PST)


> Texture mapping for free??? If such a machine exists that's great. But
> whatever we do it needs to be left to the viewer/renderer to select the form in
> which the text is displayed. It would be nice if there were a public way to do
> it (just like QvLib). Then the fancier stuff could be left to individual
> implementors.
>

As far as "free" texture mapping, take a look at Doom running on
a PC sometime. Software renderers are much better at doing that kind of
stuff than current SGI hardware. I've got an indy and a pentium on my
desk. Using commercially available software renderers, the pentium kills
the indy on texture performance (ie: it can do it without a problem), and
is pretty close to polygon performance. This is without specialized 3D
hardware. For the most part I think that a lot of the specialized 3D
hardware will just make OpenGL tolerable on a PC, because right now it's
horrible.

Anyway, my point from my question "can we do both?" was more or
less along the lines of what Chris suggested. The specification for 3D
text in VRML should be general and the PC version will probably do it
with a texture and the SGI version will do it with polys. I just don't
think we should get locked down to polys since most people will be using
VRML from PCs or dare I say, Macs.

Kevin