mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:56:44 +02:00
Indicate particle properties that (temporarily) aren't working
This commit is contained in:
parent
5aef309b8a
commit
e2ecc388ca
1 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
print("Radius spread");
|
print("Radius spread - temporarily not working");
|
||||||
Entities.editEntity(particles, {
|
Entities.editEntity(particles, {
|
||||||
accelerationSpread: { x: 0.0, y: 0.0, z: 0.0 },
|
accelerationSpread: { x: 0.0, y: 0.0, z: 0.0 },
|
||||||
radiusSpread: 0.035
|
radiusSpread: 0.035
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
print("Alpha spread");
|
print("Alpha spread - temporarily not working");
|
||||||
Entities.editEntity(particles, {
|
Entities.editEntity(particles, {
|
||||||
alpha: 0.5,
|
alpha: 0.5,
|
||||||
alphaSpread: 0.5
|
alphaSpread: 0.5
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 8:
|
case 8:
|
||||||
print("Color spread");
|
print("Color spread - temporarily not working");
|
||||||
Entities.editEntity(particles, {
|
Entities.editEntity(particles, {
|
||||||
alpha: 1.0,
|
alpha: 1.0,
|
||||||
alphaStart: 1.0,
|
alphaStart: 1.0,
|
||||||
|
|
Loading…
Reference in a new issue