|
Hello,
I would take a look to Triangulator.java class but
is not included in java3d-utils-src.jar.
Where can I find this source file?
thank you in advance
Jordi Lopez
----- Original Message -----
Sent: Monday, April 02, 2001 10:55
PM
Subject: Re: [JAVA3D] Full Screen &
Mouse
Hi Jordi, I used something like the
following.
public void showCursor(boolean state){ if
(state)
frame.setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
else{
frame.setCursor(Toolkit.getDefaultToolkit().createCustomCursor(Toolkit.getDe faultToolkit().getImage(""/*
:) */), new java.awt.Point(), new String()));
} }
Take Care,
SyrusM _______________________________________________
Syrus
Mesdaghi
Full Sail Real World Education Gaming
Instructor
Winter Park, FL [EMAIL PROTECTED]
http://www.fullsail.com _______________________________________________
-----
Original Message -----
----- Original Message -----
Sent: Monday, April 02, 2001 3:42
AM
Subject: [JAVA3D] Full Screen &
Mouse
Hi,
Is possible to work with Full Screen mode with
Java3D?
The mouse cursor can be
hidden?
thank you
|