Re: [JAVA3D] Lighting and Per Vertex Colors

2002-07-21 Thread Joachim Diepstraten
Hi Kevin > I'm having some problems lighting my scene. I need to use per vertex > colors to colour my scene but also want to use lighting. I find if I > apply a Material the colours in the Material override that of my per > vertex colors. I noted that in RenderingAttributes there is a method to >

[JAVA3D] Off topic, Eclipse

2002-07-21 Thread Georg Rehfeld
Hi list members, most of you will find this link to be an 'old hat' http://www.eclipse.org/ but I took that hat this weekend and are so happy with it, that I couldn't stop telling you about a 'tool/IDE for anything and nothing in particular' (but with a _great_ Java 'Personality'). It was ea

[JAVA3D] Out of memory when closing windows

2002-07-21 Thread Carsten Friedrich
Hi, I have an application which uses Java3D (1.3 Beta2, D3D) on a windows 2000 machine with an Asus Geforce 3 card and Java 1.4.0. I experience the following strange effect: I can open and close windows containing Canvas3D objects without problems. However, if I close _all_ windows containing c

Re: [JAVA3D] Bringing the Canvas 3D into Focus

2002-07-21 Thread Brad Christiansen
Hi, One solution that hasn't been mentioned, and can be more useful (though I haven't tried it with a canvas3d) is to stop your other components getting the focus in the first place. This can be achieved by the JComponent method: public void setRequestFocusEnabled(boolean requestFocusEnabled)

[JAVA3D] Lighting and Per Vertex Colors

2002-07-21 Thread Kevin Glass
Hey, I'm having some problems lighting my scene. I need to use per vertex colors to colour my scene but also want to use lighting. I find if I apply a Material the colours in the Material override that of my per vertex colors. I noted that in RenderingAttributes there is a method to define whethe