17 using namespace makVrv;
19 namespace MyViewControl
41 virtual bool diffuseLightScaleSet()
const;
45 virtual int diffuseLightScale()
const;
52 virtual void setDiffuseLightScale(
int scale );
61 virtual bool ambientLightScaleSet()
const;
65 virtual int ambientLightScale()
const;
72 virtual void setAmbientLightScale(
int scale );
80 virtual void execute(
DtDe& de);
MyLightScaleCommandCreator creates a MyLightScaleCommand. It is registered with the DtSharedVrvComman...
Definition: MyLightScaleCommand.h:104
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
boost::function< DtUniqueID(const std::string &)> GlobalIdConvertFunc
typedef for the function that takes a protocol specific id (as a string) and looks up the DtUniqueID ...
Definition: DtVrvCommand.h:40
int myDiffuseLightScale
The diffuse light scale value as set by MyLightScaleCommandCreator::create (or 0 if unset) ...
Definition: MyLightScaleCommand.h:85
MyLightScaleCommand is a custom VR-Vantage class that processes view control messages with the comman...
Definition: MyLightScaleCommand.h:26
int myAmbientLightScale
The ambient light scale value as set by MyLightScaleCommandCreator::create (or 0 if unset) ...
Definition: MyLightScaleCommand.h:89
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
#define DT_DLL_EXAMPLEVIEWCONTROL
Definition: exampleViewControlPlugin.h:18
bool myDiffuseLightScaleSet
Flag to indicate if myDiffuseLightScale was set in MyLightScaleCommandCreator::create.
Definition: MyLightScaleCommand.h:93
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
bool myAmbientLightScaleSet
Flag to indicate if myAmbientLightScale was set in MyLightScaleCommandCreator::create.
Definition: MyLightScaleCommand.h:97
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.