fog
This commit is contained in:
parent
48e199296b
commit
e796417faa
@ -174,16 +174,16 @@ void loadModelToContext(std::string path, Core::RenderContext& context)
|
||||
|
||||
void initBubbles() {
|
||||
bubbles.insert(bubbles.end(), {
|
||||
Bubble(0.7f, 1.0f, 1.0f),
|
||||
Bubble(0.5f, 3.0f, 2.3f),
|
||||
Bubble(0.2f, 1.0f, 1.0f),
|
||||
Bubble(0.2f, 3.0f, 2.3f),
|
||||
Bubble(0.2f, 5.7f, 1.2f),
|
||||
Bubble(0.5f, 7.0f, 4.0f),
|
||||
Bubble(0.4f, 4.7f, 3.7f),
|
||||
Bubble(0.1f, 1.0f, 2.1f),
|
||||
Bubble(0.3f, 2.6f, 8.4f),
|
||||
Bubble(0.4f, 1.3f, 0.3f),
|
||||
Bubble(0.6f, 5.2f, 2.1f),
|
||||
Bubble(0.5f, 4.0f, 1.2f)
|
||||
Bubble(0.2f, 7.0f, 4.0f),
|
||||
Bubble(0.2f, 4.7f, 3.7f),
|
||||
Bubble(0.2f, 1.0f, 2.1f),
|
||||
Bubble(0.2f, 2.6f, 8.4f),
|
||||
Bubble(0.2f, 1.3f, 0.3f),
|
||||
Bubble(0.2f, 5.2f, 2.1f),
|
||||
Bubble(0.2f, 4.0f, 1.2f)
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user