mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-11-05 06:03:24 +01:00
add default prop
This commit is contained in:
parent
82284e5b87
commit
c36e36540d
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user