I'm using Java3D for the first time and I have some problems to adjust
the view to see the object i'm displaying.
I want to display a curve which I create with a Shape3D.
But when I launch the application I only see a black screen (whereas I
fixed the color of the curve to be white). So I'm pretty sure, it is
drawn but that my view is not properly configured.
Could you give me an example of what I could do to fix it?
Many thanks,
Fido