Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Make beam more narrow (#2985)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin authored Mar 20, 2020
1 parent 8ee4931 commit 17864e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/cpp/ControllerContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ControllerContainer::InitializeBeam() {
CreationContextPtr create = m.context.lock();
VertexArrayPtr array = VertexArray::Create(create);
const float kLength = -1.0f;
const float kHeight = 0.004f;
const float kHeight = 0.002f;

array->AppendVertex(Vector(-kHeight, -kHeight, 0.0f)); // Bottom left
array->AppendVertex(Vector(kHeight, -kHeight, 0.0f)); // Bottom right
Expand Down

0 comments on commit 17864e8

Please sign in to comment.