-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
struct HeightData {
float offset;
float scale;
float impact;
};
const HeightData height_data[] = {
HeightData(0.0, 0.0, 0.0),
HeightData(0.2, 2.0, 0.35),
HeightData(0.0, 0.0, 0.0),
HeightData(0.4, 7.0, 0.2),
HeightData(0.6, 20.0, 0.5),
HeightData(0.0, 0.0, 0.0),
HeightData(0.8, 2.0, 0.35),
HeightData(0.1, 1.0, 0.35),
HeightData(0.0, 0.0, 0.0),
HeightData(0.0, 0.0, 0.0),
};
Formats to
struct HeightData {
float offset;
float scale;
float impact;
};
const HeightData height_data[] = {
HeightData(0.0, 0.0, 0.0),
HeightData(0.2, 2.0, 0.35),
HeightData(0.0, 0.0, 0.0),
HeightData(0.4, 7.0, 0.2),
HeightData(0.6, 20.0, 0.5),
HeightData(0.0, 0.0, 0.0),
HeightData(0.8, 2.0, 0.35),
HeightData(0.1, 1.0, 0.35),
HeightData(0.0, 0.0, 0.0),
HeightData(0.0, 0.0, 0.0),
};
This looks wrong to me.
Metadata
Metadata
Assignees
Labels
No labels