Re: [JAVA3D] how to fit a B spline or nurbs curve

2003-10-20 Thread Mr H. Morgan
Hi Sandeep, I had a little look around the web for this a while ago, and did not find much. The onlt page I found was this student project [1]. Let me know if you have any luck, as I am interested in this. Cheers, Hugh [1] http://www.erc.msstate.edu/~satish/cagd_rep.html >X-Original-To: [EMA

[JAVA3D] a great link to visit

2003-10-20 Thread MUNDE SANDEEP VIJAYKUMAR
hi all, if anybody is searching for how to fit curve to data points or if u wanted to get knowledge of basics of computational geometry then following is the link. its very good link check it out. http://www.cs.mtu.edu/~shene/COURSES/cs3621/NOTES/ bye for now, see u soon, Sandeep Munde

Re: [JAVA3D] a great link to visit

2003-10-20 Thread Sean Sylvis
and all of this information, with a little more detail, can be found in "The NURBs Book" by Les Piegl and Wayne Tiller. Sean On Mon, 2003-10-20 at 03:39, MUNDE SANDEEP VIJAYKUMAR wrote: > hi all, > > if anybody is searching for how to fit curve to data points or if u > wanted to get knowledge of

[JAVA3D] Java 3D FAQ Weekly Posting (20 Oct 2003)

2003-10-20 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday October 20 2003 This is a posting of topics covered in the Java 3D FAQ. The answers to these questions are kept at: http://www.j3d.org/faq Please consult this list and the web site before asking questions on the mailing list. If th

[JAVA3D] Java3D from Jython

2003-10-20 Thread Robert Smallshire
Hello Java3D list, Recently I've been experiementing with using Java3D from Jython (the pure Java implementation of Python). I put up some example code at http://www.smallshire.org.uk/jython3d.htm I've included Jython translations of a couple of the standard Java3D demos. The code is typically s

Re: [JAVA3D] Java3D from Jython

2003-10-20 Thread Paul Gordon
Hi Rob, A group here at the University developed a biological agent-based simulation in Jython. They had a Java3D simulation visualization, so we brought it into our Java3D CAVE in about 30 seconds using ConfiguredUniverse. It was pretty cool! Robert Smallshire wrote: Hello Java3D list, Rec

[JAVA3D] Enabling an Interpreter

2003-10-20 Thread Paul Pantera
The Java 3D docs don't seem to explain what it means to enable or disable a Behavior. Specifically, what happens if I call setEnable(false) 1) while the Behavior is in the middle of its processStimulus method, and 2) when the Behavior is waiting to be awakened ??? I'm clearly seeing the processSti