mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 22:13:29 +02:00
Merge branch '20660' of github.com:thoys/hifi into 20660
This commit is contained in:
commit
b7f9bc13da
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ void renderWorldBox(gpu::Batch& batch) {
|
|||
static const glm::vec4 DASHED_RED(1.0f, 0.0f, 0.0f, 1.0f);
|
||||
static const glm::vec4 DASHED_GREEN(0.0f, 1.0f, 0.0f, 1.0f);
|
||||
static const glm::vec4 DASHED_BLUE(0.0f, 0.0f, 1.0f, 1.0f);
|
||||
static const float DASH_LENGTH = 1.0;
|
||||
static const float GAP_LENGTH = 1.0;
|
||||
static const float DASH_LENGTH = 1.0f;
|
||||
static const float GAP_LENGTH = 1.0f;
|
||||
auto transform = Transform{};
|
||||
|
||||
batch.setModelTransform(transform);
|
||||
|
|
Loading…
Reference in a new issue