public

Inheritance Graph

graph BT
	ColorCubeGenerator
	click ColorCubeGenerator "classMinSG_1_1ColorCubeGenerator"

Description

ColorCubeGenerator is responsible for processing of color cubes.

Author: Paul Justus

Date: 2010-08-15

Public Functions

   
   
  ColorCubeGenerator()
[ctor]
   
  ~ColorCubeGenerator()
[dtor]
   
void generateColorCubes( FrameContext & context, Node * node, uint32_t nodeCount, uint32_t triangleCount)

Documentation

function
MinSG::ColorCubeGenerator::ColorCubeGenerator

public
   
   
ColorCubeGenerator( )

[ctor]

Defined in MinSG/Ext/ColorCubes/ColorCubeGenerator.h:59


function
MinSG::ColorCubeGenerator::~ColorCubeGenerator

public
   
   
~ColorCubeGenerator( )

[dtor]

Defined in MinSG/Ext/ColorCubes/ColorCubeGenerator.h:62


function
MinSG::ColorCubeGenerator::generateColorCubes

public
     
     
void generateColorCubes( FrameContext & context,
  Node * node,
  uint32_t nodeCount,
  uint32_t triangleCount
)    

generates color cubes for all nodes of the specified subtree

Parameters

context
: current frame context
node
: the root of the subtree

Defined in MinSG/Ext/ColorCubes/ColorCubeGenerator.h:69