IRenderable Interface | 
[Missing <summary> documentation for "T:Demo3D.Visuals.Renderers.IRenderable"]
Namespace: Demo3D.Visuals.Renderers
public interface IRenderable : INotifyPropertyChanged
The IRenderable type exposes the following members.
| Name | Description | |
|---|---|---|
| BoundingBox | ||
| BoundingSphere | 
            The sphere bounds transformed by the local matrix
              | |
| BoundingSphereExcludingTransform | 
            The sphere bounds without a transform from the local matrix
              | |
| ClippedNeedsCalculating | ||
| ContainsTransparency | ||
| Id | ||
| Matrix | ||
| NeedsUpdate | ||
| ShadowClippedNeedsCalculating | 
| Name | Description | |
|---|---|---|
| Construct | ||
| Deconstruct | ||
| Pick | ||
| PickFromWorldFrustum | ||
| Render | ||
| RenderShadow | ||
| Update | 
            If NeedsUpdate is true, this method is called before the next render
              | 
| Name | Description | |
|---|---|---|
| NeedsUpdateChanged | ||
| Removed |