From 6d26f19dddb6cfebf66bd86134a369ed54d92b2a Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Wed, 19 Apr 2006 18:26:03 +0000 Subject: Added note about new system property. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@565 ba19aa83-45c5-6ac9-afd3-db810772062c --- www/j3d1_4_0_01/RELEASE-NOTES.html | 38 +++++++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/www/j3d1_4_0_01/RELEASE-NOTES.html b/www/j3d1_4_0_01/RELEASE-NOTES.html index 7f5e57c..64f3702 100644 --- a/www/j3d1_4_0_01/RELEASE-NOTES.html +++ b/www/j3d1_4_0_01/RELEASE-NOTES.html @@ -143,6 +143,15 @@ release.

Description
+ + 160
+ +
+ + AlternateAppearance behaves +differently in J3D 1.3.2 comparing to J3D 1.3.1
+ + 244
@@ -159,17 +168,28 @@ release.

MasterControlThread when adding a Light
- - 160
- -
- - AlternateAppearance behaves -differently in J3D 1.3.2 comparing to J3D 1.3.1
- - +

NOTE: the fix for issue 249 (as well as 160) was to disable the +"sole user" optimization, which was originally done to optimize the +updating of +frequently changing appearance attributes in cases where there was only +one Shape3D using a particular Appearance. This optimization came at +the expense of rendering performance in some cases, and was also the +source of several +bugs. Now that this optimization is disabled, rendering +performance and stability should improve for most applications, but +some +applications may notice a slow-down in update performance. For this +reason, we have added a new system property to re-enable the sole-user +optimization.
+

+

Changes Since 1.3.2

New Features

Thw following new features have been added to the 1.4 version of the -- cgit v1.2.3