I've used the method setCoordinate(int index, Point3f coordinate) without problems.
Sean > -----Original Message----- > From: Mona Wong [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 29, 2002 4:39 PM > To: [EMAIL PROTECTED] > Subject: Re: [JAVA3D] PointArray > > > Hi Doug: > > > Try using a different version of setCoordinate(). Or, try > using by-ref > > geometry and see if it still happens. > > I tried the public void setCoordinates(int index, > Point3f[] coordinates) > and that worked! The one that did not work was public void > setCoordinate(int > index, Point3f coordinate) > > Thanks! I'd like to submit this as a bug. > > Cheers, > > Mona > > > >Subject: [JAVA3D] PointArray > > >To: [EMAIL PROTECTED] > > >MIME-version: 1.0 > > >Content-MD5: /zsalxu852ZCV1E/LyQC7Q== > > >Delivered-to: [EMAIL PROTECTED] > > > > > >Hi: > > > > > > I am having a weird problem with PointArray. > > > > > > I've setup my PointArray for 33 points and I added > each point via the > > >setCoordinate() function. However, it seems that only 2 > of the points are > > >showing up! > > > > > > I'm not sure what is wrong and how to debug. I've > tried using print > > >statements and it seems like all the coordinates are being > added correctly. > > > > > > Any suggestion or help is appreciated. > > > > > >thanks, > > > > > >Mona > > > > > >================================================================== > > >Mona Wong-Barnum > > >National Center for Microscopy and Imaging Research > > >University of California, San Diego > > >http://ncmir.ucsd.edu/ > > > > > >"The truth shall set you free, but first it will piss you off" > > > A Landmark instructor > > >================================================================== > > > > > > >============================================================= > ============== > > >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". > > ================================================================== > Mona Wong-Barnum > National Center for Microscopy and Imaging Research > University of California, San Diego > http://ncmir.ucsd.edu/ > > "The truth shall set you free, but first it will piss you off" > A Landmark instructor > ================================================================== > > ============================================================== > ============= > 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".
