[JAVA3D] Java3D Primitives!

2001-03-12 Thread Jonathan Albert C. Vallar
Can someone please tell me how to use the utility classes for creating cylinders and boxes in Java3D. Thanks for your help! Bam-Bam === To unsubscribe, send email to

Re: [JAVA3D] 3DS Loaders and URL

2001-03-12 Thread Fiasco
I am using the Starfire loader to load 3ds models from a URL (sort of). First, I had to digitally sign the applet so that I could read/write to the users hard drive. I then loaded the model file from a URL, and saved it in the users temp web space. I then pass the location on the users hard dri

[JAVA3D] [Java3D] navigating 3D world

2001-03-12 Thread swkeum
hi there. I'm trying to navigate a world with JMF. I want to use keyboard to naviagte a world with an object with movie-textured 3D cube. the 3D cube was successfully textured with mov file, and the world is created as usual, but i cannot navigate the world. need help. this program is a modif

[JAVA3D] Annotation

2001-03-12 Thread Saurabh Akhauri
I am trying to add 2D text as annotation to a 3D part. If i add same behaviour to both and try to rotate the part, the text also rotates with the part and looks distorted/vanishes.   Is there some way by which the 2D text always remains at same plane and adjusts its position relative to the

[JAVA3D] Vrml Loaders

2001-03-12 Thread Jonathan Albert C. Vallar
Hi! has anybody used the VRML Loaders from the java3d-vrml group? Can somebody give me an overview of what to do? >From the simpleviewer example, 1) Create a vrmlloader object 2) Load the file in the object 3) Get the scene 4) Get the branchgroup from the scene 5) Attach the branchgroup to the v

[JAVA3D] 3DS Loaders and URL

2001-03-12 Thread b_zeldin
Dear friends, I have a need in loading a 3ds file from an URL into my applet. I checked several available loaders listed in http://www.j3d.org/utilities/loaders.html. However, even the best of them developed by Starfire does not carry this functionality. I wonder if anybody came across this pr

Re: [JAVA3D] How to create a jpeg file through the canvas

2001-03-12 Thread Justin Couch
Ashley Martin wrote: > > does anybody know how to create a jpeg file through the canvas. > Really appreciate comments Have a look at the j3d.org code repository at http://www.j3d.org/code.html There is a simple set of classes available there in org.j3d.ui.ImageCaptureCanvas3D and an associated

Re: [JAVA3D] VRML Loaders

2001-03-12 Thread Justin Couch
John Richardson wrote: > VRML 97 is an ISO standard so it is open source. Bzzzt. Wrong answer. ISO != Open Source. In fact, most ISO standards are incredibly closed due to patent limitations (look at the MPEG spec for a classic example). Sure anyone can purchase a copy of an ISO spec, but you ha

Re: [JAVA3D] How to create a jpeg file through the canvas

2001-03-12 Thread João Henrique
The NCSA Portfolio package contains classes for this purpose. Maybe that's what you need. João Henrique - Original Message - From: Ashley Martin <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 12, 2001 7:39 PM Subject: [JAVA3D] How to create a jpeg file through the canva

Re: [JAVA3D] VRML Loaders

2001-03-12 Thread John Richardson
Hello, VRML 97 is an ISO standard so it is open source. It is extensible which means it can be incredibly complex and annoying due to browser implementations of Java. The primary commercial browser VRML viewers are Blaxxun Contact and Parallel Graphics Cortona... Cortona is the only cross platfo

[JAVA3D] How to create a jpeg file through the canvas

2001-03-12 Thread Ashley Martin
does anybody know how to create a jpeg file through the canvas. Really appreciate comments Ashley _ Get your FREE download of MSN Explorer at http://explorer.msn.com ===

Re: [JAVA3D] VRML Loaders

2001-03-12 Thread John Richardson
Hello, I'm to much of a novice to answer the transform group question. The only suggestion is to go to http://www.web3d.org site and troll around for "The Annotated VRML 2.0 reference Manual" which is in electronic form and is a VRML reference. However, there are some examples and discussions in

[JAVA3D] Anaglyphs

2001-03-12 Thread Manu Eapen Varghese
Hello, I noticed a post (dated January 2001) asking about anaglyphs, with no responses. I would like to implement anaglyphs with Java3D, since that seems to be the only way to enable stereo viewing on an ordinary PC/Workstation (other than cross-eyed or parallel viewing, which might be painful to

Re: [JAVA3D] jar files

2001-03-12 Thread Paul Pantera
Java 3D consists of four .jar files and two .dll's (.so's on Solaris). Please see the Java 3D README file for information about redistributing Java 3D. -Paul > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > X-Priority: 3 (Normal) > X-MSMail-Priority: Normal > Importance: Normal > X-MimeO

Re: [JAVA3D] TexCoord Interpolator Behavior

2001-03-12 Thread Daniel Selman
David, If you're using a built-in behavior catch the transformChanged callback and then call setTextureTransform on the TextureAttributes. Otherwise, as you say, you will need to apply the transform yourself. It's actually pretty cool (and seems fast!) when you get it working. Sincerely, Danie

[JAVA3D] VRML Loaders

2001-03-12 Thread Jonathan Albert C Vallar
Hi! I would like to ask how does the VRML Loader work because I am stucked as to why my model is moving it's coordinates everytime i press a button that modifies the transformgroup of the attached viewplatform. How does one load VRML content to a Scenegraph? Is is sufficient enough to use the

[JAVA3D] This is a cleaned-up non-hotmail version of the above posting

2001-03-12 Thread Markus Poltorp
Hi Everybody, I've been trying to use the SplineAnimator.java "framework" (copied n pasted most of it...) to use a spline interpolator for moving an object that I've imported in VRML97 format. After some 3 days of frustration, I modified the original SplineAnim.java to import a vrml-file and

[JAVA3D] 2D text

2001-03-12 Thread Sackmunky
I have placed 3 lines( each line in a BranchGroup) in a Java3D scene. Whenever i click on another window and then re-click on the window with the lines, the bottom two lines disappear and become white rectangles. Does anyone have any suggesstions?   Thanks,    Zak

Re: [JAVA3D] OT: Particle Systems for Dummies using Java3D?

2001-03-12 Thread Adriano Cavalcanti Silva
Hi Get a look there: http://www.flipcode.com/geometry/ http://www.mrao.cam.ac.uk/~clifford/introduction/ Rgds, |:0). "Michael P. McCutcheon" schrieb: > Hi all, > > I am interested in creating a particle system simulation with Java3D. With > this system, I want to be able to create particle

[JAVA3D] interpolating imported objects - SplineAnim.java loader!?

2001-03-12 Thread Markus Poltorp
Hi Everybody,   I've been trying to use the SplineAnimator.java "framework" (copied n pasted most of it...) to use a spline interpolator for moving an object that I've imported in VRML97 format.   After some 3 days of frustration, I modified the original SplineAnim.java to import a vrml-file and at

[JAVA3D] OT: Particle Systems for Dummies using Java3D?

2001-03-12 Thread Michael P. McCutcheon
Hi all, I am interested in creating a particle system simulation with Java3D. With this system, I want to be able to create particles, connected by "springs" (either visible or invisible) which can be subjected to various stimuli, including gravity, viscous resistance, electro-magnetic forces, et

[JAVA3D] jar files

2001-03-12 Thread Timmy Tong
Hello, I have put the HTML file and the class file on the web server. When I access it, it can start the java plug-in but there is a error message in the plug-in console: java.lang.NoClassDefFoundError: com/sun/j3d/utils/behaviors/mouse/MouseBehavior at java.lang.Class.newInstance0(Native Method)

Re: [JAVA3D]

2001-03-12 Thread J. Lee Dixon
I am guessing that you placed the jars in the lib/ext directory. I believe Java 1.3 looks at the manifest of JARs in that directory to find extensions. Since your manifest does not say anything about being an extension, it doesn't use it. Don't quote me on this... ;) Anyway, how do you "run" y

[JAVA3D] Book: Daniel Selman "Java 3D Programming"

2001-03-12 Thread Carolina
    I am very interested in the book "Java 3D Programming" by Daniel Selman but amazon's website keeps telling me that it is "out of print".  Could anybody tell me where it is possible to find this particular book? I do not care about the prize I just want the book. Thank you all