Hello J3D folks,I've got an IndexedLineArray defined as such:IndexedLineArray trajectory = new IndexedLineArray(8, IndexedLineArray.COORDINATES | IndexedLineArray.COLOR_4, 24); trajectory.setCoordinate( 0, new Point3f( 0.0f, -0.5f, 0.0f));trajectory.setCoordinate( 1, new Point3f( -0.25f, -0.
Hi,
Is there any way to explicitly choose OpenGL (or DirectX) using WebStart
.jnlp file?
I searched the Web, but I could not find any answer...
Best regards,
Dmitri
CMBN
University of Oslo
===
To unsubscribe, send email to
Dmitri,
I do NOT think so. Webstart has some significant limitations. I
(strongly) dislike webstart and I'm not a webstart expert so perhaps
someone else can give you a better answer.
- John Wright
Starfire Research
Dmitri Darin wrote:
Hi,
Is there any way to explicitly choose OpenGL (or Di
Simmer down now... It's possible and would simply require
separate .jnlp files (and associated resources) to be configured for
either OpenGL or DirectX. The DirectX file would have to specify
OpenGL resources, of course, for those platforms that don't support
DirectX (such as OS X or Linux). Th
This should be also be usefull for me.
By the way I really don't understand John wright's "dislike" of
"java web start" API. Honestly over the last year and a half I have seen
so many people, on this java3D mailing list, giving url links to their demo of
their 3D project with java3D ... BUT
that n