IPaintedTreeRenderer
A pained tree renderer is responsible for producing images given a 'painted tree'. A painted tree is a tree that has a colour value at each node. If the renderer supports viewports, it is also possible for the renderer to trim a given tree to only its visible nodes - see Real-time Rendering for more information.
Members
GetVisible
Returns a new tree which excludes any nodes/branches that will not be rendered according to the current viewport or another other setting. This would also include pruning branches past a certain depth if drawing them would result in sub-pixel rendering.
Draw
Draws the given tree to the renderer's internal state
Save
Saves the renderer's current state to the given stream.
Last updated