Re: [JAVA3D] Transparent sorting

2002-02-19 Thread Chien Yang
Dave, > > 2. There is a nasty bug in the transparency sorter.. I cannot reproduce it > in a small test app. Basically every once in a while all alpha objects just > stop rendering, and then later for no reason they will re-appear (like > minutes later, and after many changes to the scenegraph).

[JAVA3D] Transparent sorting

2002-02-18 Thread David Yazel
I really love the new transparent ordering in J3d 1.3 beta 1. 2 things: 1. I have the same issues some others have had with the mixing of ordered groups with transparency sorting. Specifically we use an ordered group in each overlay to force the proper layering of dynamic controls on panels. Th