mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:48:44 +02:00
added unlit property
This commit is contained in:
parent
938b9e25f9
commit
ccc4b0d9e1
1 changed files with 3 additions and 2 deletions
|
@ -20,7 +20,8 @@ var localEntityProps = {
|
||||||
backgroundAlpha: 0.6,
|
backgroundAlpha: 0.6,
|
||||||
billboardMode: "full",
|
billboardMode: "full",
|
||||||
lifetime: 3,
|
lifetime: 3,
|
||||||
canCastShadow: true
|
canCastShadow: true,
|
||||||
|
unlit: true
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = localEntityProps;
|
module.exports = localEntityProps;
|
Loading…
Reference in a new issue