Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

renderer
Class SceneCollector

   in Scene.h
   in Scene.cpp
Direct Known Subclasses:
CRenderer

class SceneCollector

This interface accepts renderable objects.

See Also:
Scene::EnumerateObjects

Method Summary
 virtual void Submit( CPatch* patch )= 0
          Submit a terrain patch that is part of the scene.
 virtual void SubmitNonRecursive( CModel* model )= 0
          Submit a model that is part of the scene, without submitting attached models.
 virtual void SubmitRecursive( CModel* model )
          Submit a model that is part of the scene, including attached sub-models.
 

Method Detail

Submit

public virtual void Submit( CPatch* patch )= 0;
Submit a terrain patch that is part of the scene.

SubmitNonRecursive

public virtual void SubmitNonRecursive( CModel* model )= 0;
Submit a model that is part of the scene, without submitting attached models.

SubmitRecursive

public virtual void SubmitRecursive( CModel* model );
Submit a model that is part of the scene, including attached sub-models.

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:14
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD