public

Inheritance Graph

graph BT
	SphereVisualizationRenderer
	SphereVisualizationRenderer --> NodeRendererState
	click SphereVisualizationRenderer "classMinSG_1_1SVS_1_1SphereVisualizationRenderer"
	click NodeRendererState "classMinSG_1_1NodeRendererState"

Description

Renderer that uses preprocessed visibility information. This information has to be attached to the nodes that are to be rendered. By using this information, occlusion culling is performed.

Author: Benjamin Eikel

Date: 2013-11-28

Public Functions

   
   
  SphereVisualizationRenderer()
   
SphereVisualizationRenderer * clone() const
Create a duplicate of this State object.

Documentation

function
MinSG::SVS::SphereVisualizationRenderer::SphereVisualizationRenderer

public
   
   
SphereVisualizationRenderer( )

Defined in MinSG/Ext/SVS/SphereVisualizationRenderer.h:37


function
MinSG::SVS::SphereVisualizationRenderer::clone

public const virtual
   
   
SphereVisualizationRenderer * clone( ) const

Create a duplicate of this State object.

Defined in MinSG/Ext/SVS/SphereVisualizationRenderer.h:39