Name:
Num Cells: <%= numCells %>
Bounding Box: <%= dimensions.x %> x <%= dimensions.y %> x <%= dimensions.z %>
Origin (xyz):
Display Color:
New Random Color
Available Materials:
<% _.each(_.keys(allMaterials[materialClass]), function(key){ %>
<% }); %>
<% _.each(materials, function(material, key){
if (key.substr(0,5) == "super") return;
if (material.noDelete) return; %>
<% }); %>
<% _.each(validCompositeMaterials, function(key){%>
<% }); %>
Save Composite
Delete
Cancel / Exit
Save Composite To File