How to set a Object color?

Started by gpsunjp, June 16, 2006, 08:53:32 AM

Previous topic - Next topic

gpsunjp

Hello

I have two objects. One is yellow, and the other is blue. How to set the objects' color? I do not want to use texture.

Sun

Raven

Hi there.

If I remember correctly you just need to call the setAdditionalColor(java.awt.Color) on the Object3D in question.

-Raven.

Melssj5

Yes, you can use setAditionalColor, but, the method is mostly used for give an ilumination to an object so the resultant color will be very bright. This question was answered few time ago. In anyway, have a look to the model3d program on the download section. I use it to set the color of my objects. Have a look to the resultant color and check if its what you need (unzip it at a path with non spaces like C:\whatever\).
Nada por ahora

EgonOlsen