|
|
|
Am thinking this is a rendering issue that is directly related to environment event triggers. For example, movement, camera point of view changes, or basically, anything that notifies the client to redraw the scene. And I would bet dollars to donuts it has to do something with they way they're managing cached data, which from my read of sldev, was changed in 1.23. The result being a) an overload of the client in that it is forced to unnecessarily redownload textures and b) incomplete rendering.
I have noted the same as Moon. Zooming or moving camera view brings the fullbright to light (no pun intended).
Second Life 1.23.1 (119104) May 4 2009 17:53:10 (Second Life Release Candidate) Built with MSVC version 1400 You are at 287030.8, 279761.1, 76.0 in Roclaren located at sim4837.agni.lindenlab.com (216.82.55.233:13002) CPU: Intel Core 2 Series Processor (2000 MHz) libcurl Version: libcurl/7.18.1 OpenSSL/0.9.8j zlib/1.2.3 Agreed. Sometimes moving the camera closer to the object will show the desired effect, sometimes it won't. I have flashing warning lights (no light, just fullbright on & off) on my parcel that should be changing every 5 seconds. Older or Hippo client show them properly, PN does not.
Second Life 1.23.2 (120258) May 13 2009 19:37:00 (Second Life Public Nightly) Built with MSVC version 1400 You are at 262547.5, 255159.8, 104.6 in Honeoye located at sim4920.agni.lindenlab.com (216.82.27.131:13002) CPU: Intel Pentium 4 (Unknown model) (2992 MHz) libcurl Version: libcurl/7.18.1 OpenSSL/0.9.8j zlib/1.2.3 Whilst using scripted primz I.E skidz prims, when click the prim/interface they flash but when you manually set the bright on it stays on and no flashing (stuck). Tested this with other residents and have the same issue. This works fine on the 1.22 maintanence Viewer only seems to affect the 1.23 RC & PN.
Second Life 1.23.2 (120719) May 18 2009 09:43:42 (Second Life Release Candidate) Built with MSVC version 1400 You are at 254033.2, 286824.7, 22.2 in Skidz Isle located at sim5504.agni.lindenlab.com (216.82.50.60:13000) CPU: Intel Core 2 Series Processor (1595 MHz) libcurl Version: libcurl/7.18.1 OpenSSL/0.9.8j zlib/1.2.3 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
integer toggle; default { state_entry() { llSetTimerEvent(1); } timer() { llSetPrimitiveParams([PRIM_FULLBRIGHT, ALL_SIDES, toggle]); toggle = !toggle; } }Observe:
The full bright setting only changes when you change the camera position. (ALT-zoom in and out)
It looks like it's related to
VWR-13097=======
Second Life 1.23.1 (119600) May 7 2009 21:21:41 (Second Life Public Nightly)