Please help us. We have to develop a java 3d application that have to
draw an object trace (a line or other object). Our idea was of creating
many spheres in sequence giving the impression of a line.
Is there a better way to do so?
Tobias
Hi,
Perhaps you can learn from Tron3d
at http://www.markuszehnder.ch/projects/tron3d/tron3d.html . Even it is
written in Java3d-1.1, the source code is available and perhaps you can
find the part where the lines/walls are created to learn from it. This is
just an idea because I found that program yesterday.
Cheers
Christian
> Please help us. We have to develop a java 3d application that have to
> draw an object trace (a line or other object). Our idea was of creating
> many spheres in sequence giving the impression of a line.
> Is there a better way to do so?
>
> TobiasHi,
Matroska - 29 May 2004 11:35 GMT
> Hi,
>
[quoted text clipped - 7 lines]
>
> Christian
Really thank you.
>>Please help us. We have to develop a java 3d application that have to
>>draw an object trace (a line or other object). Our idea was of creating
>>many spheres in sequence giving the impression of a line.
>>Is there a better way to do so?
>>
>>TobiasHi,