mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:58:27 +02:00
increased dimensions for line entity
This commit is contained in:
parent
6c84e5ad77
commit
9014e8c038
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
|
||||||
var LINE_DIMENSIONS = 1;
|
var LINE_DIMENSIONS = 5;
|
||||||
var LIFETIME = 6000;
|
var LIFETIME = 6000;
|
||||||
|
|
||||||
var colorPalette = [{
|
var colorPalette = [{
|
||||||
|
|
Loading…
Reference in a new issue