CR feedback

This commit is contained in:
Brad Hefta-Gaub 2015-10-08 11:48:48 -07:00
parent a8d1622481
commit f141026990

View file

@ -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';