light for translucent objects

Hi
I have five objects in my project, that are controlled with mouse inputs.The two of these objects will always stay transluted and the others will always be opaque. For transluted objects, lighting creates problems. There are surfaces that are obstructed to take light because of opaque objects around them. Therefore when I made those objects transluted everything goes well except that some surfaces of these transluted objects become black since they dont take any light.
Is there a way to disable lighting for those transluted objects?

Sorry for my bad english, transluted will be translucent.

yeah, there’s a way.
call glDisable(GL_LIGHTING) before you render
them.

transluted…that’s kinda funny :stuck_out_tongue: