Re: [JAVA3D] i have too problems with ModelClip

2004-08-09 Thread Adam B
Thanks man a lot. That's exactly my problem. Was this bug repair? If no, how to pass round this problem? I have still only 4 planes working. I need to make 6. Have somebody solution of this problem? === To unsubscribe, send em

Re: [JAVA3D] i have too problems with ModelClip

2004-08-05 Thread N. Vaidya
>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

Re: [JAVA3D] i have too problems with ModelClip

2004-08-05 Thread Adam B
Thanks Man for long answer BUT you are in mistake. Look at documentation to Constructor Detail and see default constructor: ModelClip public ModelClip()Constructs a ModelClip node with default parameters. The default values are as follows: planes[0] : x <= 1 (1,0,0,-1) planes[1] : -x <= 1 (-1,0,0,-

Re: [JAVA3D] i have too problems with ModelClip

2004-08-04 Thread Justin Couch
Adam B wrote: InfluencingBounds, it's still only work 4 planes. Where is error? Thanks for help. here is the code: The problem is that you are overlapping all the planes together. Go back to your basic definition of the plane equation and note: Ax + By + Cz + D = 0 The +D is the important bit - it

[JAVA3D] i have too problems with ModelClip

2004-08-04 Thread Adam B
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 Influen