From f1410269909e31fccc5d7c1ab545b0350e027289 Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Thu, 8 Oct 2015 11:48:48 -0700 Subject: [PATCH] CR feedback --- examples/html/entityProperties.html | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/examples/html/entityProperties.html b/examples/html/entityProperties.html index 1bf3458efd..97d8fe4729 100644 --- a/examples/html/entityProperties.html +++ b/examples/html/entityProperties.html @@ -621,30 +621,6 @@ elParticleRadius.value = properties.particleRadius.toFixed(3); elParticleTextures.value = properties.textures; - // FIXME - these are other particle properties we could support in the editor - // shapeType // ??? - // color colorSpread - // color colorStart - // color colorFinish - // float alphaSpread - // float alphaStart - // float alphaFinish - // float emitSpeed - // float speedSpread - // quat emitOrientation - // vec3 emitDimensions - // float emitRadiusStart - // float polarStart - // float polarFinish - // float azimuthStart - // float azimuthFinish - // vec3 emitAcceleration - // vec3 accelerationSpread - // float radiusStart - // float radiusSpread?? - // float radiusFinish - // float RadiusSpread - } else if (properties.type == "PolyVox") { for (var i = 0; i < elPolyVoxSections.length; i++) { elPolyVoxSections[i].style.display = 'block';