14 #include <osg/Drawable>
34 virtual void update(osg::NodeVisitor* nv, osg::Drawable*);
Triton::Ocean * myOcean
Definition: DtTritonUpdateCallback.h:36
Contains DLL export macros.
An callback to update Triton's FFT from the update thread. currently doesn't do anything. When it is implemented we should update this to match the coding standard.
Definition: DtTritonUpdateCallback.h:27
DtDe & myDe
Definition: DtTritonUpdateCallback.h:37
DtTritonUpdateCallback(Triton::Ocean *ocean, DtDe &de)
CTOR.
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:70
virtual void update(osg::NodeVisitor *nv, osg::Drawable *)
Update the underlying FFT for the waves from the update thread And add splash effects.