Table of Contents

Class InstancingRenderableOctreeManager

Namespace
HelixToolkit.SharpDX.Utilities
Assembly
HelixToolkit.SharpDX.dll
public sealed class InstancingRenderableOctreeManager : OctreeManagerBase, INotifyPropertyChanged, IOctreeManager
Inheritance
InstancingRenderableOctreeManager
Implements
Inherited Members

Methods

AddPendingItem(SceneNode?)

Adds the pending item.

public override bool AddPendingItem(SceneNode? item)

Parameters

item SceneNode

The item.

Returns

bool

Exceptions

NotImplementedException

Clear()

Clears this instance.

public override void Clear()

ProcessPendingItems()

Processes the pending items.

public override void ProcessPendingItems()

Exceptions

NotImplementedException

RebuildTree(IEnumerable<SceneNode>)

Rebuilds the tree.

public override void RebuildTree(IEnumerable<SceneNode> items)

Parameters

items IEnumerable<SceneNode>

The items.

RemoveItem(SceneNode?)

Removes the item.

public override void RemoveItem(SceneNode? item)

Parameters

item SceneNode

The item.

Exceptions

NotImplementedException

RequestRebuild()

Requests the rebuild.

public override void RequestRebuild()

Exceptions

NotImplementedException