com.azalient.api.event.model
Interface ModelEventViewModel

All Known Subinterfaces:
IPersonRouter, IRouter, IVehicleRouter

public interface ModelEventViewModel

Register for this event if you want to draw in the model space coordinates (not the fixed legend space)


Method Summary
 void viewModel(IDrawing drw)
          This method will be called when the Open GL context has been set and the matrix mode has been set to GL_MODELVIEW.
 

Method Detail

viewModel

void viewModel(IDrawing drw)
This method will be called when the Open GL context has been set and the matrix mode has been set to GL_MODELVIEW. That is, this method is used to draw objects in the model (or world) co-ordinates.