mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 18:40:13 +01:00
progs/demos: Add missing initializers in engine.c.
This commit is contained in:
parent
4775723d2f
commit
3b82de92a0
1 changed files with 15 additions and 3 deletions
|
|
@ -120,7 +120,11 @@ static Engine Engines[NUM_ENGINES] =
|
|||
0.3, /* CrankJournalRadius */
|
||||
0.4, /* CrankJournalLength */
|
||||
1.5, /* ConnectingRodLength */
|
||||
0.1 /* ConnectingRodThickness */
|
||||
0.1, /* ConnectingRodThickness */
|
||||
0, /* CrankList */
|
||||
0, /* ConnRodList */
|
||||
0, /* PistonList */
|
||||
0 /* BlockList */
|
||||
},
|
||||
{
|
||||
"Inline-4",
|
||||
|
|
@ -136,7 +140,11 @@ static Engine Engines[NUM_ENGINES] =
|
|||
0.3, /* CrankJournalRadius */
|
||||
0.4, /* CrankJournalLength */
|
||||
1.5, /* ConnectingRodLength */
|
||||
0.1 /* ConnectingRodThickness */
|
||||
0.1, /* ConnectingRodThickness */
|
||||
0, /* CrankList */
|
||||
0, /* ConnRodList */
|
||||
0, /* PistonList */
|
||||
0 /* BlockList */
|
||||
},
|
||||
{
|
||||
"Boxer-6",
|
||||
|
|
@ -152,7 +160,11 @@ static Engine Engines[NUM_ENGINES] =
|
|||
0.3, /* CrankJournalRadius */
|
||||
0.4, /* CrankJournalLength */
|
||||
1.5, /* ConnectingRodLength */
|
||||
0.1 /* ConnectingRodThickness */
|
||||
0.1, /* ConnectingRodThickness */
|
||||
0, /* CrankList */
|
||||
0, /* ConnRodList */
|
||||
0, /* PistonList */
|
||||
0 /* BlockList */
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue