diff --git a/examples/html/entityProperties.html b/examples/html/entityProperties.html index d8e5451ff8..792dab8c4b 100644 --- a/examples/html/entityProperties.html +++ b/examples/html/entityProperties.html @@ -1500,51 +1500,6 @@ - -
- -
- -
- Is Emitting - - - -
-
-
Max Particles
-
- -
-
-
-
Particle Life Span
-
- -
-
-
-
Particle Emission Rate
-
- -
-
-
-
Particle Radius
-
- -
-
-
-
Textures
-
- -
-
- - - -
diff --git a/examples/particle_explorer/particleExplorer.js b/examples/particle_explorer/particleExplorer.js index 41f08a9f7e..b9f2ca7c8b 100644 --- a/examples/particle_explorer/particleExplorer.js +++ b/examples/particle_explorer/particleExplorer.js @@ -62,7 +62,8 @@ var keysToAllow = [ 'alphaSpread', 'alphaStart', 'alphaFinish', - 'emitterShouldTrail' + 'emitterShouldTrail', + 'textures' ]; var individualKeys = [];