#include "H3DNetworkingUtils/Config.h"
#include "H3DNetworkingUtils/GrabableDynamic.h"
#include <H3DUtil/AutoRef.h>
#include <iostream>
#include <functional>
#include <H3D/Transform.h>
#include <H3D/TraverseInfo.h>
#include <H3D/Scene.h>
#include <H3D/H3DTypes.h>
Go to the source code of this file.
Namespaces | |
namespace | H3DNetworkingUtils |
Classes | |
class | H3DNetworkingUtils::DampedDynamic |
The DampedDynamic class is a (Grabbable)Dynamic that behaves like a simple Dynamic that is very highly damped. More... | |
class | H3DNetworkingUtils::DampedDynamic::SFMotion |
SFMotion: We override the SFMotion from DynamicTransform to take out the momentum. More... |