mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-14 04:12:53 +01:00
21 lines
No EOL
302 B
JavaScript
21 lines
No EOL
302 B
JavaScript
export default {
|
|
datum: {
|
|
type: 'datum',
|
|
defaultValue: {type: 'selection'}
|
|
},
|
|
radius: {
|
|
type: 'number',
|
|
defaultValue: 100,
|
|
min: 0
|
|
},
|
|
frustum: {
|
|
type: 'number',
|
|
defaultValue: 0,
|
|
min: 0
|
|
},
|
|
height: {
|
|
type: 'number',
|
|
defaultValue: 250,
|
|
min: 0
|
|
}
|
|
} |