#include <SpringBasedVegetationComponent.h>
Public Attributes | |
FRotator | AngularAcceleration = FRotator(0,0,0) |
FRotator | AngularVelocity = FRotator(0,0,0) |
bool | bIsStatic = false |
TArray< FSkeletonBone > | Bones |
TArray< int > | ChildrenIds |
float | CollisionForceProportionalFactor = 1.0f |
FVector | ExternalForces = FVector(0,0,0) |
FTransform | GlobalTransform |
FTransform | GolbalInverseTransform |
int | JointId |
FString | JointName |
float | Mass = 10.f |
int | ParentId |
FRotator | RestingAngles |
float | SpringStrength = 1000.f |
FTransform | Transform |
Definition at line 45 of file SpringBasedVegetationComponent.h.
FRotator FSkeletonJoint::AngularAcceleration = FRotator(0,0,0) |
Definition at line 70 of file SpringBasedVegetationComponent.h.
Referenced by FSkeletonHierarchy::ClearExternalForces().
FRotator FSkeletonJoint::AngularVelocity = FRotator(0,0,0) |
Definition at line 68 of file SpringBasedVegetationComponent.h.
Referenced by FSkeletonHierarchy::ClearExternalForces().
bool FSkeletonJoint::bIsStatic = false |
Definition at line 56 of file SpringBasedVegetationComponent.h.
Referenced by FSkeletonHierarchy::ClearExternalForces().
TArray<FSkeletonBone> FSkeletonJoint::Bones |
Definition at line 76 of file SpringBasedVegetationComponent.h.
Referenced by FSkeletonHierarchy::ClearExternalForces().
TArray<int> FSkeletonJoint::ChildrenIds |
Definition at line 58 of file SpringBasedVegetationComponent.h.
Referenced by FSkeletonHierarchy::ClearExternalForces(), FSkeletonHierarchy::ComputeChildrenJointsAndBones(), and FSkeletonHierarchy::ComputeEndJoints().
float FSkeletonJoint::CollisionForceProportionalFactor = 1.0f |
Definition at line 80 of file SpringBasedVegetationComponent.h.
Referenced by FSkeletonHierarchy::ClearExternalForces().
FVector FSkeletonJoint::ExternalForces = FVector(0,0,0) |
Definition at line 78 of file SpringBasedVegetationComponent.h.
Referenced by FSkeletonHierarchy::ClearExternalForces().
FTransform FSkeletonJoint::GlobalTransform |
Definition at line 72 of file SpringBasedVegetationComponent.h.
Referenced by FSkeletonHierarchy::ClearExternalForces().
FTransform FSkeletonJoint::GolbalInverseTransform |
Definition at line 74 of file SpringBasedVegetationComponent.h.
Referenced by FSkeletonHierarchy::ClearExternalForces().
int FSkeletonJoint::JointId |
Definition at line 50 of file SpringBasedVegetationComponent.h.
Referenced by FSkeletonHierarchy::ClearExternalForces().
FString FSkeletonJoint::JointName |
Definition at line 54 of file SpringBasedVegetationComponent.h.
Referenced by FSkeletonHierarchy::ClearExternalForces().
float FSkeletonJoint::Mass = 10.f |
Definition at line 64 of file SpringBasedVegetationComponent.h.
Referenced by FSkeletonHierarchy::ClearExternalForces().
int FSkeletonJoint::ParentId |
Definition at line 52 of file SpringBasedVegetationComponent.h.
Referenced by FSkeletonHierarchy::ClearExternalForces(), and FSkeletonHierarchy::ComputeChildrenJointsAndBones().
FRotator FSkeletonJoint::RestingAngles |
Definition at line 62 of file SpringBasedVegetationComponent.h.
Referenced by FSkeletonHierarchy::ClearExternalForces().
float FSkeletonJoint::SpringStrength = 1000.f |
Definition at line 66 of file SpringBasedVegetationComponent.h.
Referenced by FSkeletonHierarchy::ClearExternalForces().
FTransform FSkeletonJoint::Transform |
Definition at line 60 of file SpringBasedVegetationComponent.h.
Referenced by FSkeletonHierarchy::ClearExternalForces().