> "Greg" == Grégori Gerebtzoff writes:
Greg> You can also embed the transparency (ALPHA) value into your cgo file
Greg> like this:
Thanks Greg. I've just spent a couple of hours playing with this.
Regards,
Terry
Terry,
You can also embed the transparency (ALPHA) value into your cgo file like
this:
from pymol.cgo import *
obj = [
BEGIN, LINES,
LINEWIDTH, 15,
ALPHA, 0.6,
VERTEX, 0.56, -0.88, 5.75,
VERTEX, -1.18, -0.99, -6.88,
END
]
Cheers,
Greg
> "Zheng" == Zheng Yang writes:
Zheng> Try this: set cgo_transparency, VALUE, CGO-OBJECT NAME
Zheng> e.g. set cgo_transparency, 0.5, Sphere
Hi Zheng
Thanks for your answer, that works well (note for others: pymol > 0.99
seems required, the command is not recognized under 0.98).
Terry
AM
To: pymol-users@lists.sourceforge.net
Subject: [PyMOL] transparency and cgo
Is there any way to specify / produce transparency when using CGO in pymol?
It doesn't look like it, but I thought I'd ask
Terry
Using Tomcat but need to do more? Need to support web services, security?
Is there any way to specify / produce transparency when using CGO in pymol?
It doesn't look like it, but I thought I'd ask
Terry