>On Wed, 4 Aug 2004 04:51:57 -0600, Adam B <[EMAIL PROTECTED]> wrote:
>Hi all. >I see ModelClipTest and ModelClipTest2 and everything nice working, but i >need to use all planes that will make box, which is cutting visibility. In >this demos are use only 2 or 1 plane. And the problem is that when i use 6 >planes only 4 works. even if i take deault settings and set >InfluencingBounds, it's still only work 4 planes. Where is error? Thanks >for help. here is the code: > > <snip> Try this... Disable x-planes and check if y- and z-planes get rendered. Disable y-planes and check if x- and z-planes get rendered. If the above turns out to be true, then chances are that 4 of your clip planes are hardware accelerated and the remaining 2 are done in software by the driver and these for some reason are getting lost. If you are geometry is textured then possibly you may see more clip planes getting lost if the driver is a problem. Check the following link also: http://archives.java.sun.com/cgi-bin/wa?A2=ind0206&L=java3d- interest&P=R75588&D=1&I=-3&O=D --Vaidya Vaidya =========================================================================== 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".