#include <DrawSimInterface.h>
Inheritance diagram for vrj::DrawSimInterface:

Public Methods | |
| virtual | ~DrawSimInterface () |
| virtual bool | config (jccl::ConfigElementPtr element)=0 |
| virtual void | updateProjectionData (const float positionScale, Projection *leftProj, Projection *rightProj) |
| Called as part of the viewports updateProjection call. More... | |
| virtual void | initialize (SimViewport *simVp)=0 |
Definition at line 52 of file DrawSimInterface.h.
|
|
Definition at line 55 of file DrawSimInterface.h.
00055 {}
|
|
|
Implemented in vrj::GlBasicSimulator. |
|
||||||||||||||||
|
Called as part of the viewports updateProjection call.
Reimplemented in vrj::GlBasicSimulator. Definition at line 65 of file DrawSimInterface.h.
00066 {
00067 boost::ignore_unused_variable_warning(positionScale);
00068 boost::ignore_unused_variable_warning(leftProj);
00069 boost::ignore_unused_variable_warning(rightProj);
00070 }
|
|
|
Implemented in vrj::GlBasicSimulator. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002