From: Warren L. D. <wa...@su...> - 2002-05-13 16:11:43
|
On Mon, 13 May 2002, Michael Sorich wrote: > I wish to draw a sphere with either a semi-transparent or mesh surface. > I can create a sphere as a cgo, however this has an opaque surface. > > Any help would be appreciated I haven't added a transparency command to the CGO stream yet, so you'll either need to use pyopengl (no raytracing) or create an atom with the position and radius you'd like with sphere_transparency set to some fraction (raytracing will work with this approach). Cheers, Warren |