Views
View is a unique non-shared attribute of DGK Control, which absracts interaction between the end user and a 3D window.
Major atrbites of a view are: A reference to a model and scene.
Two or more views can refer to the same (shared) model. This can be achieved by using AttachModel() method of the DGKC control. Sharing a model allows creation of a milti-view applications presenting the model in different ways.
|