>Date: Tue, 30 Apr 2002 19:58:43 +0200
>From: Joerg 'Herkules' Plewe <[EMAIL PROTECTED]>
>Subject: Re: [JAVA3D] Java 3D 1.3 Beta2
>To: [EMAIL PROTECTED]
>MIME-version: 1.0
>X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
>Content-transfer-encoding: 7bit
>X-Priority: 3
>X-MSMail-priority: Normal
>Delivered-to: [EMAIL PROTECTED]
>
>> I am pleased to announce the release of Java 3D 1.3 Beta 2 at:
>>
>> http://developer.java.sun.com/developer/earlyAccess/java3D/
>>
>> Please download this version and test it with your applications.
>> We would like to have all feedback incorporated within the
>> next four weeks, so that we may quickly move to FCS.
>
>Hm, seems I have problems with the list. Already downloaded this afternoon
>(here in Germany) and tested our gaming prototype against it.
>Works well (i.e. as before) with the OGL/Win32 package. Does not run
>fluently with the DX stuff. Some delays appear with frequency ~2/s. I did
>not check DX/beta1 so I cannot that wether it's new to beta2 or inherited
>from beta1.
>
>Just a first glance,
>
Seems like the Java is doing GC every 2s in D3D version ?
Try
java -verbose:gc yourApps
to see if it indeed pause over there.

and
java -Xincgc yourApps
to use incremental garbage collection

If the problem is not GC, try install DirectX 8.1
and update the latest driver that better support
DX8.0 interface which Java3D v1.3 uses. Previous
version of Java3D use DX7.0 interface.

Just curious what kind of graphics card are you using ?
It would be great if you can provided us a test case
to analysis if problem is reproducible in other
systems.

Thanks.

- Kelvin
-------------
Java 3D Team
Sun Microsystems Inc.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to