Sean,
        It could be the work on BranchGroup.compile(). Anyway, can you send
us a test program about finding ?

thanks,

- Chien Yang
  Java 3D Team.

> Date: Thu, 11 Jul 2002 18:12:59 -0700
> From: Sean Sylvis <[EMAIL PROTECTED]>
> Subject: [JAVA3D] BranchGroups
> To: [EMAIL PROTECTED]
> MIME-version: 1.0
> X-MIMEOLE: Produced By Microsoft Exchange V6.0.5762.3
> Content-transfer-encoding: quoted-printable
> Content-class: urn:content-classes:message
> Delivered-to: [EMAIL PROTECTED]
> Thread-topic: BranchGroups
> Thread-index: AcIpQUsP0jgUuUc8T4OE2UrHMPEw0A==
> X-MS-Has-Attach:
> X-MS-TNEF-Correlator:
>
> What happens when BranchGroup.addChild(null) is called?
>
> I was hoping to use the 'null' as a placeholder that I could replace later
with a call to setChild(), but the addition of 'null' to the BranchGroup child
list seems transient. Immediately after adding the right number of 'null's to a
BranchGroup (to get the number of children correct for replacement later), the
method numChildren() reports the correct number of children. However, when
numChildren() is later (in another method) called on this same BranchGroup, the
value returned is zero.
>
> Any ideas?
>
> Sean
>
> ==========================================================================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".

===========================================================================
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".

Reply via email to