Basic z ordering
This commit is contained in:
parent
6582eb990c
commit
f11c35e941
20 changed files with 468 additions and 516 deletions
|
@ -97,7 +97,12 @@ const ray = registerShapeUtils<RayShape>({
|
|||
return shape
|
||||
},
|
||||
|
||||
transformSingle(shape, bounds, info) {
|
||||
return this.transform(shape, bounds, info)
|
||||
},
|
||||
|
||||
canTransform: false,
|
||||
canChangeAspectRatio: false,
|
||||
})
|
||||
|
||||
export default ray
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue