Click or drag to resize

IRenderable Interface

[Missing <summary> documentation for "T:Demo3D.Visuals.Renderers.IRenderable"]


Namespace: Demo3D.Visuals.Renderers
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public interface IRenderable : INotifyPropertyChanged

The IRenderable type exposes the following members.

Properties
 NameDescription
Public propertyBoundingBox 
Public propertyBoundingSphere The sphere bounds transformed by the local matrix
Public propertyBoundingSphereExcludingTransform The sphere bounds without a transform from the local matrix
Public propertyClippedNeedsCalculating 
Public propertyContainsTransparency 
Public propertyId 
Public propertyMatrix 
Public propertyNeedsUpdate 
Public propertyShadowClippedNeedsCalculating 
Top
Methods
 NameDescription
Public methodConstruct 
Public methodDeconstruct 
Public methodPick 
Public methodPickFromWorldFrustum 
Public methodRender 
Public methodRenderShadow 
Public methodUpdate If NeedsUpdate is true, this method is called before the next render
Top
Events
 NameDescription
Public eventNeedsUpdateChanged 
Public eventRemoved 
Top
See Also