How to Save the geometry created by java3d
843799Aug 11 2001 — edited Aug 22 2001Question No 1.
I would like to create a geometry like cube or plane
and then save it as a obj format or wire format.
And then this file can be opened by autocad or
alias|wave front.
Is it possible to save it like this way. if possible how?
Question No. 2
I try with the sample program cube to compile which is coming with java3d. i have add the package j3dcore.jar
in source path
if i say
import javax.media.j3d.Shape3d
also giving compile error that
neither class nor source specified
is any one can help to me.
Krishnan