[JAVA3D] AW: [JAVA3D] Blowing up a texture map

2003-02-09 Thread Florin Herinean
Set texture coordinates to the vertexes of your terrain. Don't use TexCoordGeneration. That will always work.   Cheers,   Florin -Ursprüngliche Nachricht-Von: Andy Gombos [mailto:[EMAIL PROTECTED]]Gesendet: Samstag, 8. Februar 2003 00:27An: [EMAIL PROTECTED]Betreff: [JAVA3D

[JAVA3D] Text & Immediate Mode

2003-02-09 Thread GB Liu
Greg and all: Thank you a lot for your valuable suggestion. Now I have got the text and ColorCube shown. What I want is to periodically and alternately render a Geometry (like ColorCube) and a text. The attached herewith is the revised file PureImmediate.java. In this file, I put a loop and tw

[JAVA3D] Performance problem with live scenegraph

2003-02-09 Thread Anirban Bhadore
Hi guys, I have performance problem with editing a live scenegraph. The problem is described below. Problem : I have 2000 shape3d nodes which I need to update three times in the scene. Approach 1 : I creat a new BranchGroup along with Shape3D and a new Geometry object and "add"( rootBranchGrou

Re: [JAVA3D] path problem

2003-02-09 Thread Slamet Cahyadi
set CLASSPATH=JAVA_HOME\jre\lib\ext that's the right one On Wed, 5 Feb 2003, Brobbey,Isaac (neuron) wrote: > Dear all: > after setting my classpath correctly, the java system cannot find my source > class file, even though it located right in the proteome folder. > check the messages below: >

[JAVA3D] Adjustment of view - What do I adjust?

2003-02-09 Thread Jasmine Kwok
Hi all,   I have some problems  adjusting the view of my scenegraph.   There are 3 images on this website: http://www.geocities.com/jasminekwok17/index.html   The circled slanted line on the first image is a result of 90 degrees pitching, and it should only show when the image is rotated (

Re: [JAVA3D] [Java3D] Help Please ... Thank you a lot!!!

2003-02-09 Thread greg baboolal
Becareful when you try to just view the text. When you disable the thread you must also comment out the canvas.stopRender() in the lines above The text will then show. I have attached your file that I worked with. __ Do you Yahoo!? Yahoo! Mail

Re: [JAVA3D] [Java3D] Help Please ... Thank you a lot!!!

2003-02-09 Thread GB Liu
Title: RE: [JAVA3D] Help Please Dear Xuedong, Greg, Isaac and all:   Thank you for your valuable suggestions.  I tried all your suggestions and other possibilities I can imagine, the text still did not show.  I have attached the revised PureImmediate.java here for your reference.  I need to p

[JAVA3D] orthographic views - cross sections

2003-02-09 Thread Edward Pataky
does anyone know any tricks for setting up a cross section of some 3D objectat a certain point on say axis 'X'.  ? I have my view doing great in perspective, and also in orthographic, but when I want orthographic with a near of say 1 and a far of say 2, where my objects are thousands of units l

Re: [JAVA3D] ? Can you change shapes of Cylinder, sphere, Cone, box ?

2003-02-09 Thread Frederic Barachant
At 08/02/2003 14:22:00, you wrote: >Hi, > Is there a way to change the properties of Cylinder, Sphere, Cone and Box >primitives (com.sun.j3d.utils.geometry.Primitive)? >ie. can you change the radius, height, width, etc after you've already >created this object? Yes, simply add a transformation gr