Bullet Collision Detection & Physics Library
Public Types | List of all members
btSoftBody::eAeroModel Struct Reference

eAeroModel More...

#include <btSoftBody.h>

Public Types

enum  _ {
  V_Point,
  V_TwoSided,
  V_TwoSidedLiftDrag,
  V_OneSided,
  F_TwoSided,
  F_TwoSidedLiftDrag,
  F_OneSided,
  END
}
 

Detailed Description

eAeroModel

Definition at line 84 of file btSoftBody.h.

Member Enumeration Documentation

Enumerator
V_Point 
V_TwoSided 

Vertex normals are oriented toward velocity.

V_TwoSidedLiftDrag 

Vertex normals are flipped to match velocity.

V_OneSided 

Vertex normals are flipped to match velocity and lift and drag forces are applied.

F_TwoSided 

Vertex normals are taken as it is.

F_TwoSidedLiftDrag 

Face normals are flipped to match velocity.

F_OneSided 

Face normals are flipped to match velocity and lift and drag forces are applied.

END 

Face normals are taken as it is.

Definition at line 84 of file btSoftBody.h.


The documentation for this struct was generated from the following file: