51 virtual DtString geometryType()
const;
52 virtual void setGeometryType(
const DtString& type);
57 virtual double minPreloadDistance()
const;
58 virtual void setMinPreloadDistance(
double distance);
63 virtual double maxPreloadDistance()
const;
64 virtual void setMaxPreloadDistance(
double distance);
69 virtual double sphereMaxSpeed()
const;
70 virtual void setSphereMaxSpeed(
double speed);
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
DtRwString myGeometryType
Parameter Name: geometry-type Parameter Description: Type of geometry used to define the preload for ...
Definition: movementBasedTerrainPreloadControllerDescriptor.h:87
DT_DLL_VRVCORE double distance(const makVrv::DtCoordinateSystem &, const DtVector &from, const DtVector &to)
Returns the distance from the two points.
Descriptor for the DtMovementBasedTerrainPreloadController class.
Definition: movementBasedTerrainPreloadControllerDescriptor.h:22
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
Base class for the preload controller descriptors.
Definition: terrainPreloadControllerDescriptor.h:18
static DtComponentDescriptor * creator()
virtual DtString type() const
Returns the type of component this descriptor describes.
DtTerrainPreloadControllerDescriptor & operator=(const DtTerrainPreloadControllerDescriptor &orig)
assignment
DtRwReal myMinPreloadDistance
Parameter Name: min-preload-distance Parameter Description: Minimum distance from the entity to prelo...
Definition: movementBasedTerrainPreloadControllerDescriptor.h:94
DtRwReal mySphereMaxSpeed
Parameter Name: sphere-max-speed Parameter Description: If speed is greater than this value...
Definition: movementBasedTerrainPreloadControllerDescriptor.h:110
DtRwReal myMaxPreloadDistance
Parameter Name: max-preload-distance Parameter Description: Maximum distance from the entity to prelo...
Definition: movementBasedTerrainPreloadControllerDescriptor.h:102
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const