Re: [JAVA3D] Getting my Canvas3D to display without requiring focus...

2005-06-13 Thread Omer Haybat
requestFocus() === 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 in the body of the message

[JAVA3D] TextureUnitStates for terrain rendering

2005-06-13 Thread Hrvoje Smolic
Hi all! I was playing with different parameters for texturing my terrain over weekend, but with no satisfactory results. My idea is to have base layer (grass), and on top of it replace it with alpha blended different texture (snow, for example). In that way I will have a nice transition from grass

Re: [JAVA3D] Getting my Canvas3D to display without requiring focus...

2005-06-13 Thread Omer Haybat
canvas3D.setFocusable(true); canvas3D.requestFocus(); === 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

Re: [JAVA3D] VRML Material Swapping Question

2005-06-13 Thread Rolf GablerMieck
hmm..maybe this: start a Looping thread which changes the appearance during your pickbehavior is triggered maybe you have to implement a further behavior to manipulate the appeareance during ..isClicked=true... nextClick=false... regards rolf Mark Alexander Friedgan schrieb: Actually no, I am