[Smtk-developers] Default color

David Thompson david.thompson at kitware.com
Wed May 25 15:43:22 EDT 2016


Hi Bob,

If you are going to have the model manager assign a default color, I would do it in this method

	void Manager::prepareForEntity(std::pair<UUID,Entity>& entry)

of the model manager. It should be called every time an entity is added to the manager.

	David


More information about the Smtk-developers mailing list