dsehnal / LiteMol

A library/plugin for handling 3D structural molecular data (not only) in the browser.
Other
157 stars 38 forks source link

Create and hide visual #50

Closed suyang-nju closed 5 years ago

suyang-nju commented 5 years ago

Currently, I'm creating the visual first using a transform Transformer.Molecule.CreateVisual, and then hiding it by Command.Entity.SetVisibility, which result in the visual to appear on the screen briefly and then disappear. Is it possible to create a visual and hide it in one go?

dsehnal commented 5 years ago

This is not possibly, sorry.