VoxelFarm::CClipmapView::IRemoteView Class Referenceabstract

The IRemoteView interface allows the clipmap view object to request data for cells. The clipmap view will determine which new cells are required for the next scene and will request them using this interface. More...

#include <ClipmapView.h>

Public Member Functions

virtual void requestCells (CellId *cells, int count, CClipmapView *view)=0
 The view uses this method to tell the implementor of the interface a list of cells is needed. The implementor is responsible for fetching the cells and calling notifyRemoteCellsReady() to the view as soon as some cells are received.
 

Detailed Description

The IRemoteView interface allows the clipmap view object to request data for cells. The clipmap view will determine which new cells are required for the next scene and will request them using this interface.

Definition at line 69 of file ClipmapView.h.


The documentation for this class was generated from the following file: