Re: TOOLS: Home Space Builder, VRML browsers & textures

James Waldrop ([email protected])
Wed, 24 May 1995 10:20:21 PDT


Here's a simple question for the 3D / Open Inventor experts out there.

I need to draw a curved line in VRML. I'm drawing this line on the fly,
with a program (cgi-bin for vrml), and I don't know how to do it. :(

So, let's say that I had a simple curve of the form:

for (y=-10; y <= 10; y++) { x = z = pow(2, y); }

This gets me a set of points.

How do I draw them? I have some clues, but would appreciate real VRML.

Thanks!

James