Unplugged Viz
High-performance scientific visualization isn't just for the workstation anymore
Durwella.Unplugged.Viz.TumbleView Class Reference

A 3-dimensional view. A TumbleView is a container of models implementing IGeometry, optionally with a CameraControl. More...

Static Public Attributes

static readonly BindableProperty ModelsProperty
 BindableProperty for the Models property. More...
 
static readonly BindableProperty CameraControlProperty
 BindableProperty for the CameraControl property. More...
 

Properties

ObservableCollection< IGeometryModels [get, set]
 Gets or sets the collection of models to be displayed in the TumbleView. More...
 
CameraControl CameraControl [get, set]
 Gets or sets the camera control for the TumbleView. If no user-defined CameraControl is set, a default will be used. More...
 

Additional Inherited Members

- Public Member Functions inherited from Durwella.Unplugged.Viz.ViewBase
void Update ()
 Update the ViewRender that is rendering this view. More...
 

Detailed Description

A 3-dimensional view. A TumbleView is a container of models implementing IGeometry, optionally with a CameraControl.

Inheritance diagram for Durwella.Unplugged.Viz.TumbleView:
Durwella.Unplugged.Viz.ViewBase

Member Data Documentation

readonly BindableProperty Durwella.Unplugged.Viz.TumbleView.CameraControlProperty
static

BindableProperty for the CameraControl property.

readonly BindableProperty Durwella.Unplugged.Viz.TumbleView.ModelsProperty
static

BindableProperty for the Models property.

Property Documentation

CameraControl Durwella.Unplugged.Viz.TumbleView.CameraControl
getset

Gets or sets the camera control for the TumbleView. If no user-defined CameraControl is set, a default will be used.

The camera control.

ObservableCollection<IGeometry> Durwella.Unplugged.Viz.TumbleView.Models
getset

Gets or sets the collection of models to be displayed in the TumbleView.


The documentation for this class was generated from the following file: