Re: [JAVA3D] plotting a single point

1999-10-20 Thread Brandon Kohn
Thanks Larry :) Brandon - Original Message - From: Larry James <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 20, 1999 1:47 PM Subject: Re: [JAVA3D] plotting a single point > Try... > > An Introduction to Programming AR and VR Applicati

Re: [JAVA3D] plotting a single point

1999-10-20 Thread Larry James
Try... An Introduction to Programming AR and VR Applications in Java 3D http://www.sdsc.edu/~nadeau/Courses/VR99/ by Henry Sowizral & Dave Nadeau it has some point samples in the tutorial. there is only sample code but you should get the Idea. The first sample I did was a spinning point box. ht

Re: [JAVA3D] plotting a single point

1999-10-19 Thread Dennis J Bouvier
Yes, a single point can be plotted (rendered). This and many other Java 3D API questions are addressed in the Java 3D API Tutorial. The tutorial is free. This particular question is addressed in Chapter 2. See pages 2-20 to 2-26 (or so). Find the Java 3D Tutorial "Getting Started with the Java

Re: [JAVA3D] plotting a single point

1999-10-19 Thread Daniel Selman
Brandon, This is from an example in my forthcoming book that illustrates the basics of plotting points. Sincerely, Daniel Selman [EMAIL PROTECTED] http://www.tornadolabs.com // routine to create a Shape3D object composed // from a point cloud of some random points protected Group createPoint

[JAVA3D] plotting a single point

1999-10-19 Thread Brandon Kohn
Is it possible to plot a single pixel in java3d? Any help would be appreciated. Brandon Kohn === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general