From: Norouzi, Seyed (Davood.Norouzi_at_umassmed.edu)
Date: Mon Dec 16 2019 - 12:59:28 CST

Hi,

I would like to draw more than one object in vmd. The objects have different material properties. Example:

draw color 8; draw material Ghost; draw cylinder {0 0 -265.52} {0 0 265.52} radius 292.48 resolution 100 filled no
draw color 6; draw material Opaque; draw sphere {0 0 0} radius 135 resolution 150

When I run the second command the material type for the first object changes to Opaque too!

How to fix this issue?

Davood