For me this sounds you took the wrong method, PolygonAttributes.setPolygonMode instead of PolygonAttributes.setCullFace.
regards Paul Amit Kumar schrieb: > Paul, > > Changing the PolygonAttributes to CULL_NONE, produces the image of a > sphere defined with points. The affect of texture is totally lost, leave > alone the transparent gif ? Any Ideas as how i could use transparent gif > as a texture. > > thanks > Amit > > On Thu, 29 Nov 2001, Dipl. Ing. Paul Szawlowski wrote: > > > You have to change the face culling policy in the PolygonAttributes object from > > CULL_BACKFACE to CULL_NONE. > > > > Amit Kumar schrieb: > > > > > Hi all, > > > > > > I am trying to use an Image with a transparent area be the texture of a > > > Sphere, it works fine accept that the transparent area is shown black. > > > Is it supposed to work this way ? > > > Is it possible to show the wrapped around portion of the image that is > > > behind the transparent area, instead of the black portion. > > > > > > Appreciate your help. > > > Thanks > > > Amit > > =========================================================================== > 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 "help". =========================================================================== 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 "help".
