Ignore:
Timestamp:
06/18/08 20:42:06 (16 years ago)
Author:
mattausch
Message:

implemented multiqueries, but still buggy version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/CHC_revisited/RenderQueue.h

    r2771 r2773  
    2323        */ 
    2424        RenderQueue(RenderState *state); 
    25         /** Enqueues a number of entities 
     25        /** Enqueues an entity 
    2626        */ 
    27         void Enqueue(SceneEntity **entities, int size); 
     27        void Enqueue(SceneEntity *entity); 
    2828        /** Renders the contents of the render queue. 
    2929        */ 
Note: See TracChangeset for help on using the changeset viewer.