Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 00029 00030 00031 00032 00033 00034 00035 |
/* QRIO Right Arm C * by Marco Zaratti - marco.zaratti@gmail.com */ class QRIORAC extends KDPart; defaultproperties { DrawScale=1 StaticMesh=StaticMesh'USARSim_LeggedRobots_Meshes.QRIO.QRIORArmC' Begin Object Class=KarmaParams Name=KParams0 KStartEnabled=True bKDoubleTickRate=True bHighDetailOnly=False bClientOnly=False bKNonSphericalInertia=true KMass=0.0924 //Uncomment and define these when using RBfull karma params // KInertiaTensor(0)=0.4 // KInertiaTensor(1)=0 // KInertiaTensor(2)=0 // KInertiaTensor(3)=0.4 // KInertiaTensor(4)=0 // KInertiaTensor(5)=0.4 // KCOMOffset=(X=0.0,Y=0.0,Z=0.0) KMaxAngularSpeed=100 KMaxSpeed=25000 KLinearDamping=0.000000 KAngularDamping=0.200000 KFriction=0.8 KRestitution=0.0 Name="KParams0" End Object KParams=KarmaParams'KParams0' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |