[JAVA3D] Pixel coordinates for a location in virtual world

2002-05-22 Thread Tom
from what mousePress event reports. What's wrong with this idea ? Thanks in advance --Tom - Mieszkanie za 600 zł miesięcznie! Skorzystaj z oferty Nordea Bank Polska S.A. Szczegóły na stronie http://www.nordeabank.pl/ lub pod 080

[JAVA3D] Java3D + multipass rendering

2002-05-27 Thread Tom
Hi, How to perform multipass rendering and stencil buffer manipulation in Java3D Thanks in advance -Tom - Najwięcej aktualnych ofert nieruchomości w polskim Internecie: http://www.gazeta.pl/dom/ Odwiedź nasze strony! Zamieść ogłoszenie za darmo

[JAVA3D] Need help with Exception...

2002-11-22 Thread Tom Rink
An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x77f536f7 Function name=RtlQueryInformationActivationContext Library=C:\WINDOWS\System32\ntdll.dll Current Java thread: at javax.media.j3d.Canvas3D.end

[JAVA3D] HUD and object hiding

2002-12-10 Thread Tom Lanning
I am having trouble finding a general technique that will allow me to efficiently and correctly hide objects in a space when a HUD (heads up display) is about to collide with the objects. My first naïve approach wrapped every object in the scene with a switch and a switching behavior triggered

Re: [JAVA3D] HUD and object hiding

2002-12-11 Thread Tom Lanning
Biesiadowski Sent: Tuesday, December 10, 2002 11:46 AM To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] HUD and object hiding Tom Lanning wrote: > I am having trouble finding a general technique that will allow me to > efficiently and correctly hide objects in a space when a HUD (heads up > display)

[JAVA3D] FishEye Transformation

2003-02-05 Thread Tom Lanning
Has anyone created a fish-eye view mechanism with Java3D? Any pointers would be appreciated. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general

Re: [JAVA3D] FishEye Transformation

2003-02-06 Thread Tom Lanning
Transformation I created one. Any question? Haiquan Yang - Original Message - From: "Tom Lanning" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 6:03 AM Subject: [JAVA3D] FishEye Transformation > Has anyone created

[JAVA3D] platform issue with texture image and linearray?

2003-06-03 Thread Tom Rink
h of the demo/TextureTest/TextureImage class: these are the test classes that come with Java3D. On Solaris there's no problem, but on my Linux box it doesn't seem to work; the lines are black. Can anyone offer any advice, or point me in the right direction? Thanks, Tom Rink Univ of Wisconsin-Ma

Re: [JAVA3D] platform issue with texture image and linearray?

2003-06-04 Thread Tom Rink
ration? Thanks, Tom Rink Univ of Wisconsin-Madison Space Science and Engineering Center/CIMSS > > Anyways, just wanted to check if you had specified Texture Coordinates > on the TetrahedronILA. Set the Texture_COORDINATE_2 ( or even 3 )bit > and do a setTextureCoordinates(...) on the I

[JAVA3D] Textures and memory consumption

2002-02-20 Thread Tom Lanning
I am developing an application that uses a lot of large (512x512) textures. If I use something like TextureLoader and let it load the images I end up with consuming over 300M of memory ... much more than the size of the textures. I can reduce the memory by loading the images myself, transform

Re: [JAVA3D] Textures and memory consumption

2002-02-20 Thread Tom Lanning
t very good ones at a that. | | Dave Yazel | | -Original Message- | From: Tom Lanning [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, February 20, 2002 8:04 AM | To: [EMAIL PROTECTED] | Subject: [JAVA3D] Textures and memory consumption | | | I am developing an application that uses a lot of large (51

[JAVA3D] Smooth spline paths

2002-02-22 Thread Tom Lanning
Can someone point me to a guide on how to use the spline-based paths (KBSplinePathInterpolator, TCBSplinePathInterpolator) that is provided in the Sun toolkit? I am trying to create a smooth circle and have all the frames correctly established, but don't know how to manipulate the tension, cont

Re: [JAVA3D] ANNOUNCE: Book - "Java 3D Programming" online now

2002-03-08 Thread Tom Compton
Hey Nathan, About Manning's eBook ordering. I had a problem trying to get a card authorised a few weeks back. I tried it again recently and it worked just fine, download done and dusted! Like people have already said - the verification does flunk sometimes! Good luck bud,

[JAVA3D] BufferedImage.flush(), garbage collection

2002-05-03 Thread Tom Rink
Hello, Is BufferedImage.flush() supposed to release some internal memory? Is there a reason why BufferedImages returned by ImageComponent2D.getImage() would never be garbage collected? --- Tom Rink University of Wisconsin

[JAVA3D] java3d1.2.1beta1 - transparent gif as texture fails

2000-11-17 Thread Tom Nelson
If I use a transparent gif as a texture (for example, in demos/java3d/TextureTest/MultiTextureTest.java) the object appears solid black. A non-transparent gif works fine. Is there something new we have to set for textures with transparency? Thanks, Tom Nelson

Re: [JAVA3D] java3d1.2.1beta1 - transparent gif astexture fails

2000-11-20 Thread Tom Nelson
lts, although DECAL seems like it should. Sorry for the bandwidth, but I wanted to have _a_ solution go into the archives in case others have a similar problem. Thanks for the help! Tom Nelson "J. Lee Dixon" wrote: > > > Well, from reading some documentation about how the colo

Re: [JAVA3D] Directional lights in Java3D

2000-12-07 Thread Tom Nelson
Update your graphics drivers. I just updated mine to fix that very same problem. Tom Luis Villablanca wrote: > Hi there, > > I was trying out a simple example where I build a cube > and add two directional in front. > > > I noticed that while the front left side of the box

[JAVA3D] "better" PickRotateBehavior

2000-12-14 Thread Tom Nelson
uses Sun's PickRotateBehavior. to run it:java -jar vworldrotate.zip Maybe this has been done before (but I couldn't find it) I thought I would put it in the archives for others. If anyone has a better way to

[JAVA3D] Node names

2000-01-11 Thread Tom Celusnak
Is it possible to name SceneGraphObjects? This is a basic scene graph capability - yet I can't find any references in the Java3D documentation. -- Tom Celusnak Inet: [EMAIL PROTECTED] EDS Virtual Reality C

[JAVA3D] floor texturing

2003-12-06 Thread Tom Govaert
….   Tnx   Tom G. Belgium === 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 i

[JAVA3D] boundary mode wrap

2003-12-11 Thread Tom Govaert
Hey   I want to use the boundary mode wrap on a box, but it does not seem to work… Here’s the code, what am I doing wrong ?       Appearance appearance = new Appearance();   TextureLoader textureloader = new TextureLoader("test2.jpg", "RGB", this);    Tex

[JAVA3D] boundary mode wrap

2003-12-13 Thread Tom Govaert
Hey   I want to use the boundary mode wrap on a box, but it does not seem to work… Here’s the code, what am I doing wrong ?       Appearance appearance = new Appearance();   TextureLoader textureloader = new TextureLoader("test2.jpg", "RGB", this);    Tex

Re: [JAVA3D] SV: [JAVA3D] SV: [JAVA3D] Problems with 3DS objects (test code valid)

2003-12-15 Thread Tom Govaert
Hi, Thanks fors haring this code. I am also studying loaders right now, just started. Where can I download the loader U use ? Do I install it in the rootfolder of java ? Tnx a lot ! -Oorspronkelijk bericht- Van: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] Namens Fredrik A

[JAVA3D] get coordinates

2003-12-16 Thread Tom Govaert
and make it look like I am walking with this object through my universe.   With kindest regards,   Tom === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff J

[JAVA3D] java3d

2004-02-07 Thread Tom Govaert
installed ? That would seem very strange to me.   If someone could help me please, I would be very grateful.   Kindest regards, Tom Govaert === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of

Re: [JAVA3D] java3d

2004-02-08 Thread Tom Govaert
f you install de DIRECTX API and SDK and program in visualstudio.net, what are the differences with programming JAVA3D. If anyone knows any good websites about this, please mail them to me. Kindest regards, Tom Govaert -Oorspronkelijk bericht- Van: Discussion list for Java 3D API [mailto:[

Re: [JAVA3D] java3d

2004-02-09 Thread Tom Govaert
Thanks for all the help, I now understand how it works.   Thank you very much.   Kind regards, Tom Govaert === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message

[JAVA3D] run java in internet explorer

2004-02-10 Thread Tom Govaert
trick. I’ve read about html-converters and stuff, but I don’t think I really need that ? I see the applet but it’s not running.   If someone would have a solution for this, I would be very grateful.   Kind Regards, Tom Govaert

Re: [JAVA3D] run java in internet explorer

2004-02-10 Thread Tom Govaert
Hi,   JAVA3D is installed, but it still doesn’t seem to work. What is the code I have to put in my html file to make it running?   Kind Regards, Tom Govaert         -Oorspronkelijk bericht- Van: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] Namens John Wright

Re: [JAVA3D] colorcube

2004-02-14 Thread Tom Govaert
I don’t think that manipulating a colorcube is possible in that way. I could be wrong.   I think you should create a box and then choose which colours you want on what side.   Greetings Tom   Van: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] Namens Bolaji O

Re: [JAVA3D] MacOs X Java3D Material color

2004-03-18 Thread Tom Nelson
ot sure if this is an OS X Java3D bug, or if the problem is with my graphics card/driver. For what its worth, I have only tested it on a 1GHz Powerbook (Ti book) which, I believe has an ATI graphics card. Has anyone seen EmissiveLight work on another OS X platform? Thanks, Tom Nelson On Thu, 18 M

[JAVA3D] Textures using TexCoordGeneration

2005-01-08 Thread Tom Spencer
Hi there, I have used GeometryInfo to create a number of square planes for a shape and I am now trying to map a texture to these planes. I am using TexCoordGeneration to create the Texture Coordinates for the shape: app.setTexCoordGeneration(new TexCoordGeneration(TexCoordGeneration.OBJECT_LINEAR

[JAVA3D] Switching Sounds

2005-01-10 Thread Tom Spencer
javax.media.j3d.J3dThread.run(J3dThread.java:250) Is it the case that Sound leaves can't be placed in a switch? Thanks in advance Tom === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the me

Re: [JAVA3D] Switching Sounds

2005-01-10 Thread Tom Spencer
> > The short version: > Don't use java3d sound. > Unfortunately it seems so. > > my intention is to be able to switch between these BranchGroups and > > have the sound for each one play > > Cross fingers and try putting each sound-nodes into a detachable branchgroup. > Don't use these branchgro