add default prop

This commit is contained in:
casperlamboo 2017-12-05 13:01:45 +01:00
parent 82284e5b87
commit c36e36540d
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ const defaultProperties = {
z: 0.0,
sculpt: [{ pos: 0.0, scale: 1.0 }, { pos: 1.0, scale: 1.0 }],
twist: 0.0,
fill: false
fill: false,
solid: true
};
export const SHAPE_TYPE_PROPERTIES = {