mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-08 00:32:41 +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,
|
||||
billboardMode: "full",
|
||||
lifetime: 3,
|
||||
canCastShadow: true
|
||||
canCastShadow: true,
|
||||
unlit: true
|
||||
};
|
||||
|
||||
module.exports = localEntityProps;
|
||||
module.exports = localEntityProps;
|
||||
|
|
Loading…
Reference in a new issue