14 lines
294 B
C++
14 lines
294 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
|
|
#include "LuckyrobotsSportsWheelFront.h"
|
|
|
|
ULuckyrobotsSportsWheelFront::ULuckyrobotsSportsWheelFront()
|
|
{
|
|
WheelRadius = 39.0f;
|
|
WheelWidth = 35.0f;
|
|
FrictionForceMultiplier = 3.0f;
|
|
|
|
MaxBrakeTorque = 4500.0f;
|
|
MaxHandBrakeTorque = 6000.0f;
|
|
} |