AnimatLab  2
Test
VsPlaneTest.h
Go to the documentation of this file.
1 
7 #pragma once
8 
9 namespace VortexAnimatSim
10 {
11  namespace Environment
12  {
13  namespace Bodies
14  {
15 
17  {
18  protected:
19  Vx::VxPart* part;
20  osg::ref_ptr<osg::MatrixTransform> node;
21 
22  virtual void CreateGraphicsGeometry();
23  virtual void CreatePhysicsGeometry();
24  virtual void ResizePhysicsGeometry();
25 
26  public:
27  VsPlaneTest();
28  virtual ~VsPlaneTest();
29 
30  virtual void CreateParts();
31  virtual void Physics_FluidDataChanged();
32  };
33 
34  } //Bodies
35  } // Environment
36 } //VortexAnimatSim
A ground plane type of rigid body.
Definition: Plane.h:41
Classes for implementing the cm-labs vortex physics engine for AnimatLab.