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