VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
movementBasedTerrainPreloadControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 
16 #include <readerWriter/rwReal.h>
17 #include <readerWriter/rwString.h>
18 
23 {
24 public:
27  DtReaderWriterRegistry* parentRegistry = 0);
28 
31  DtReaderWriterRegistry* parentRegistry = 0);
32 
34 
38 
41  virtual DtString type() const;
42 
44  DtReaderWriterRegistry* parentRegistry = 0) const;
45 
48 
51  virtual DtString geometryType() const;
52  virtual void setGeometryType(const DtString& type);
54 
57  virtual double minPreloadDistance() const;
58  virtual void setMinPreloadDistance(double distance);
60 
63  virtual double maxPreloadDistance() const;
64  virtual void setMaxPreloadDistance(double distance);
66 
69  virtual double sphereMaxSpeed() const;
70  virtual void setSphereMaxSpeed(double speed);
72 
73 protected:
76 
77 protected:
80 
81 
88 
95 
103 
104 
112 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)