17 #include <osg/ref_ptr>
18 #include <osg/PositionAttitudeTransform>
20 #include <osg/BoundingBox>
22 #include <OsgST_Forest.h>
24 #include <boost/unordered_set.hpp>
26 #include <tbb/mutex.h>
28 namespace makOsgSpeedTree
31 struct TreeInstanceDescriptor;
36 class DtAgentUpdateResolverInterface;
37 class DtSpeedTreeModelInstance;
38 class DtSpeedTreeCore;
39 class DtEnvironmentInfo;
40 class DtOsgCullVisitorParameters;
42 class DtCoordinateConverter;
51 friend class DtSpeedTreeForestClassesCreator;
78 virtual void setVisible(
bool isVisible);
82 virtual void removeAllTrees();
86 virtual void removeAllUniqueTreesAndUniqueCell(
DtUniqueID cellID);
88 virtual void setTreeClippingPlane(
float fFar);
89 virtual void getTreeClippingPlane(
float& fFar );
91 virtual void setTree3DLodDistances(
float fNear,
float fFar);
92 virtual void getTree3DLodDistances(
float& fNear,
float& fFar );
94 virtual void setTreeBillboardDistances(
float fStart,
float fEnd);
95 virtual void getTreeBillboardDistances(
float& fStart,
float& fEnd);
98 virtual void setBillboardFadeOutRange(
float fRange);
100 virtual void getBillboardFadeOutRange(
float& fRange);
102 virtual void enableBillboardRendering(
bool enable);
103 virtual bool isBillboardRenderingEnabled()
const;
105 virtual void enable3DTreeRendering(
bool enable);
106 virtual bool is3DTreeRenderingEnabled()
const;
108 virtual void enableReceiveShadows(
bool enable);
111 void setBoundingBox(
const osg::BoundingBox& box);
112 const osg::BoundingBox& getBoundingBox(
void)
const;
121 const makOsgSpeedTree::TreeType* pTreeType,
uint32 programID);
125 virtual void slot_reloadShaders();
128 virtual void slot_treeProfilingChanged(
bool active);
131 virtual void slot_useGlobalAmbientChanged(
bool enabled);
134 virtual void slot_useGlobalDiffuseChanged(
bool enabled);
138 virtual void slot_perPixelLightingEnabledChanged(
bool enabled);
141 virtual void slot_planarReflectionsShowSpeedTreesChanged(
bool enabled);
144 virtual void processUnitialized();
147 virtual bool initialized();
150 virtual tbb::mutex& mergeDrawMutex();
153 virtual tbb::mutex& mergeUpdateMutex();
164 void init(
const std::string& strVisManagerType);
178 void connectSignals(
void);
180 osg::Vec3f computeWindDirection(
float fDirection);
182 void setWindStrength(
float fStrength);
183 void setWindDirection(
float fDirection);
189 osg::RenderInfo& renderInfo);
191 osg::RenderInfo& renderInfo);
195 void pushGraphicsState(osg::RenderInfo& renderInfo);
196 void popGraphicsState(osg::RenderInfo& renderInfo);
200 const std::string& modelDef);
207 void initTreeDesc(makOsgSpeedTree::TreeInstanceDescriptor& desc,
211 void initTreeDesc(makOsgSpeedTree::TreeInstanceDescriptor& desc,
213 void applyModelDefParameters(makOsgSpeedTree::TreeInstanceDescriptor& desc,
224 virtual const bool bindLightingAttributes(
const osg::Node* node,
226 const std::string& searchNodeName);
230 osg::RenderInfo& renderInfo);
235 static bool isReflectionCamera(osg::Camera *camera);
249 makOsgSpeedTree::TreeInstanceDescriptorCollection
278 typedef boost::unordered_map<DtUniqueID, makOsgSpeedTree::TreeInstance*>
DtSpeedTreeForestObjectCreator is the SpeedTree implementation of a DtForestObjectCreator.
Definition: DtSpeedTreeForest.h:319
const std::string mySpeedTreeMultiViewUserFuncsVertexShader
Definition: DtSpeedTreeForest.h:291
MapModelDefToSTFileName myMapModelDefToSTFileName
Definition: DtSpeedTreeForest.h:254
DT_DLL_EXAMPLESCENEROOTPLUGIN void init(DtDe &anIG)
osg::GLExtensions * myExt
Definition: DtSpeedTreeForest.h:298
static bool theEnableAsyncUpdate
Definition: DtSpeedTreeForest.h:245
static unsigned int theLastImGuiFrameNumber
Definition: DtSpeedTreeForest.h:244
The DtEnvironmentInfo class is responsible for holding data related to the environment such as sky li...
Definition: DtEnvironmentInfo.h:25
The DtOsgRenderer is the component responsible for rendering 3D images onto the screen via OpenSceneG...
Definition: DtOsgRenderer.h:90
float myFarPlane
Definition: DtSpeedTreeForest.h:264
bool myShouldUpdateThisFrame
Definition: DtSpeedTreeForest.h:311
#define DT_DLL_VRVST
Definition: vrvSt.h:20
std::string strSRTFileName
Definition: DtSpeedTreeForest.h:173
DtCoordinateConverter is the base class for 'local (cig) to geocentric' converters.
Definition: DtCoordinateConverter.h:25
bool myReloadShaders
Should we reload the SpeedTree shaders.
Definition: DtSpeedTreeForest.h:286
makOsgSpeedTree::TreeInstanceDescriptor myScratchTreeInstanceDesc
Definition: DtSpeedTreeForest.h:248
boost::unordered_map< DtUniqueID, makOsgSpeedTree::TreeInstanceCollection > MapCellsToTrees
Definition: DtSpeedTreeForest.h:275
const std::string mySpeedTreeDefaultUserFuncsPixelShader
Definition: DtSpeedTreeForest.h:289
makOsgSpeedTree::TreeInstanceCollection myScratchInstanceCollection
Definition: DtSpeedTreeForest.h:251
Contains DLL export macros.
std::vector< DtTreeRecord * > DtVectorTreeRecords
Definition: DtTreeRecord.h:137
DtSpeedTreeCore & myCore
Definition: DtSpeedTreeForest.h:271
Contains makVrv::DtForestObject class.
DtForestObject provides a way to make lots of trees.
Definition: DtForestObject.h:26
osg::BoundingBox myBoundingBox
Definition: DtSpeedTreeForest.h:270
float modelDefScale
Definition: DtSpeedTreeForest.h:174
A model definition Interaction any number of named parameters, and also can be used to store cached d...
Definition: DtModelDefinition.h:38
MapTreeIDToTree myMapTreeIDtoTree
Definition: DtSpeedTreeForest.h:280
DtSpeedTreeCore wraps and provides the interface to makOsgSpeedTree.
Definition: DtSpeedTreeCore.h:28
static const float myCellSize
Definition: DtSpeedTreeForest.h:241
const std::string mySpeedTreeDefaultUserFuncsVertexShader
Definition: DtSpeedTreeForest.h:288
virtual bool isReceiveShadowsEnabled() const
Definition: DtSpeedTreeForest.h:109
A DtTreeRecord holds the requisite information needed to create a tree in a forest.
Definition: DtTreeRecord.h:30
boost::unordered_map< DtUniqueID, makOsgSpeedTree::TreeInstance * > MapTreeIDToTree
Definition: DtSpeedTreeForest.h:279
DtSpeedTreeForest is the SpeedTree implementation of a distributed DtForestObject.
Definition: DtSpeedTreeForest.h:48
DtEnvironmentInfo & myEnvInfo
Definition: DtSpeedTreeForest.h:272
bool myReceiveShadows
Definition: DtSpeedTreeForest.h:299
unsigned int myRestoreVisibilityNodeMask
Definition: DtSpeedTreeForest.h:313
osg::ref_ptr< osg::PositionAttitudeTransform > myPat
Definition: DtSpeedTreeForest.h:268
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
The osg cull vistor parameters class provides additional culling and intersector parameters for choos...
Definition: DtOsgCullVisitorParameters.h:38
DtCoordinateConverter * myMergeBackgroundConverter
Definition: DtSpeedTreeForest.h:309
DtCoordinateConverter * myMainThreadConverter
Definition: DtSpeedTreeForest.h:308
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
MapCellsToTrees myMapCellsToTrees
Definition: DtSpeedTreeForest.h:276
osg::ref_ptr< osg::Uniform > myNormalMatrixUniform
Definition: DtSpeedTreeForest.h:296
Base class to provide boost signal/slot management.
osg::Camera * myCamera
Definition: DtSpeedTreeForest.h:258
boost::unordered_map< int, bool > myShaderBoundMap
Definition: DtSpeedTreeForest.h:262
osg::ref_ptr< makOsgSpeedTree::Forest > myForest
Definition: DtSpeedTreeForest.h:269
makOsgSpeedTree::TreeInstanceDescriptorCollection myScratchTreeInstanceDescCollection
Definition: DtSpeedTreeForest.h:250
DtSignalConnectionManager myConnections
Definition: DtSpeedTreeForest.h:260
int myPreviousTU
Definition: DtSpeedTreeForest.h:256
unsigned int uint32
Definition: DtCommonTypes.h:28
The DtForestObjectCreator for the DtForestObject class.
Definition: DtForestObject.h:103
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
tbb::mutex myForestMergeDrawMutex
Definition: DtSpeedTreeForest.h:304
std::map< std::string, ModelDefParams > MapModelDefToSTFileName
Definition: DtSpeedTreeForest.h:253
Contains the DtCVMarkerSeries and DtCVMarkerSeries class declarations responsible for wrapping up to ...
osg::ref_ptr< osg::Uniform > myProjectionMatrixInverseUniform
Definition: DtSpeedTreeForest.h:293
Contains makVrv::DtTreeRecord class.
unsigned int myLastShaderHash
shader hash for the last shaders passed down to SpeedTree
Definition: DtSpeedTreeForest.h:283
osg::ref_ptr< osg::Group > myRoot
The forest is a collection of trees under a group node.
Definition: DtSpeedTreeForest.h:267
Definition: DtSpeedTreeForest.h:171
tbb::mutex myForestMergeUpdateMutex
Definition: DtSpeedTreeForest.h:306
tbb::mutex myForestAddRemoveMutex
Definition: DtSpeedTreeForest.h:305